XiaohangZhan / deocclusion

Code for our CVPR 2020 work.
Apache License 2.0
794 stars 104 forks source link

The masks we should prepare should be amodal or modal? #61

Closed b-niu closed 11 months ago

b-niu commented 11 months ago

Dear author, thanks for such a wonderful work which may make great help to instance segmentation tasks.

I noticed that in the Readme,

Using your own dataset If using your own dataset to train or test, you need to make sure that it contains accurate modal annotations (masks are required >and categories are optional). Inaccurate modal mask annotations, e.g., COCO original annotaions that may have large margin >between masks of occluding objects, will result in unsatisfactory results.

However, the masks in "COCOA dataset proposed in [Semantic Amodal Segmentation]" are amodal.

I am confused that, should we prepare modal masks or amodal masks?

Thanks a lot.

XiaohangZhan commented 11 months ago

If you use your OWN dataset, you should prepare accurate modal masks. COCOA contains both modal and amodal masks, and the amodal masks are used in evaluation.

b-niu commented 11 months ago

Thank you @XiaohangZhan , modal masks should be much easier to be prepared compared to amodal masks.