-
Could I download the label only if I already have full v1.3.0 dataset? Is there anyway?
-
I want to create a panoptic occupancy map using panoptic LiDAR labels.
I'm curious if it's possible to generate a panoptic occupancy map using your code.
-
How to test my own images and see the panoptic segmentation results ?
-
Thanks for your great work! But there are some confused questions.
First, I directly used the command you mentioned in the readme, python train.py task=panoptic data=panoptic/treeins_rad8 models=pa…
-
Hi! I’m training a **panoptic segmentation fpn** model from detectron2 on a **custom dataset following COCO format**. After reading other issues like #1691, I managed to register, train and evaluate t…
-
Train some sort of semantic segmentation or instance segmentation model--whatever is easiest to start with as a baseline.
To make deployment easy, it'd probably be the best to choose whichever of the…
-
-
Greetings,
Hi. This is fascinating to see panoptic segmentation with rgb and depth image combine. And I'm thinking to use Cityscapes Dataset to your model (as what you've done with ESANet for seman…
-
Dear author,
I conducted training using the Cityscapes dataset and attempted to visualize the results using the "inference_samples.py" script. However, I encountered an issue with the instance segm…
-
I have tried running EVA01/EVA02 on Linux and Windows. All the tests go through. But the demo code is dysfuctional.
You claim that you adopted the Detectron2 framework. In Detectron2 installation t…