-
When I executed the following code in the command line in ubuntu, two problems occurred,
1. WARNING:datasets.registration.register_vlp_datasets:WARNING: Cannot find VLPreDataset. Make sure datasets a…
-
Great work, and thank you for sharing the code base!
I was working on implementing the segmentation head described in the paper using code from the Panpoptic-SegFormer repository. I have a couple o…
-
(venv) root@cc3180440f4b:/opendr/src/opendr/perception/panoptic_segmentation/efficient_ps/algorithm/EfficientPS# python tools/convert_cityscapes.py ./data_2/ ./data/cityscapes/
Loading Cityscapes fro…
-
Hi
I trained an RGB panoptic model (Panoptic-deeplab) by converting PASTIS data to RGB (with only 3-channels) and we used your evaluation code to calculate PQ,SQ and RQ. The problem is that when we r…
-
# Vision Transformer Adapter for Dense Predictions
Info.
- ICLR 2023 spotlight
- https://github.com/czczup/ViT-Adapter
- https://arxiv.org/abs/2205.08534
### Summary
- plain ViT
- whi…
-
I read the paper but could not understand whether SegGPT support instance segmentation. Can it predict category id _and_ the mask for each instance of categories present in the input image?
-
Hi, thank you so much for publishing this work, we want to use this network for better accuracy. So we ask how to test our own collected data as we did before in TD3D network.
This is the demo test u…
-
Hi
Thanks for sharing your code. Very nice code and paper. I read your paper carefully and analyzed your code. There are some files which I dont understand in the dataset. In your data loader fu…
nazib updated
2 years ago
-
Hi,
For object detection, I made below changes and training and inferencing was successful.
del checkpoint["model"]["class_embed.weight"]
del checkpoint["model"]["class_embed.bias"]
For Inst…
-
In panopticapi [evaluation.py](https://github.com/cocodataset/panopticapi/blob/master/panopticapi/evaluation.py), VOID=0 is a default void id for panoptic segmentation results. This means id=0 will no…