Closed sarimmehdi closed 4 years ago
Edit: I fixed the error by replacing this line: https://github.com/TRI-ML/realtime_panoptic/blob/97ee03657c82b19a628f52764703cb1c693d08a0/realtime_panoptic/models/rt_pano_net.py#L126
With this: downsampled_level = math.ceil(images.tensors[0].shape[-1] / semantic_logits.shape[-1])
Hello. I get this error:
When I run demo.py. The instance segmentations (with bounding boxes) are drawn correctly but the model fails for panoptic segmentations. Please tell me what could be wrong here, thank you!