Skip to content

panoptic results #87

Closed
Closed
@meehirmhatrepy

Description

after getting results for panoptic segmentation using code below, how do i print or save information in format like [label, instance, [x,y,z ]] for all instances predicted. also, panoptic predictions for kitti350 only show object and stuff and not label for that object.
I am facing difficulty understanding that. please if possible explain that too.
if task_widget.value == 'panoptic':
raw_pano_y, raw_index, raw_obj_pred = output.full_res_panoptic_pred(
super_index_level0_to_level1=nag[0].super_index,
sub_level0_to_raw=nag[0].sub)

Also, is it posissible to not preprocess one point cloud into 4 seperate point clouds?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions