gist-ailab / uoais

Codes of paper "Unseen Object Amodal Instance Segmentation via Hierarchical Occlusion Modeling", ICRA 2022
Other
125 stars 27 forks source link

How to get the json file of WISDOM DATASET ? #8

Closed ningxinJ closed 2 years ago

ningxinJ commented 2 years ago

excuse me. I can't find the json file of wisdom dataset, how did you get it? If you can tell me, I will appreciate it very much.

SeungBack commented 2 years ago

Hello @ningxinJ Currently, we don't have a plan to support the WISDOM dataset due to focusing on other works. Still, you can convert the WISDOM segmentation masks to COCO format, train UOAIS-Net (512, 384 instead of 640, 480), and evaluate the model by changing cfg.TEST.EVAL_TARGET to ["visible"]