gist-ailab / uoais

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

I think "occlude_rate" is a mistake for "occluded_rate". #4

Closed siva-shiba closed 2 years ago

siva-shiba commented 2 years ago

Hi,

What is "occlude_rate" ? I think "occlude_rate" is a mistake for "occluded_rate".

adet/data/amodal_datasets/pycocotools/coco.py line:98-99

Thanks

SeungBack commented 2 years ago

Hi!. Thank you for the question.

As you commented, occlude_rate is a misspelling of occluded_rate.

However, 'occluded_rate' in coco.py was not used for the evaluation in our paper, and I will add the evaluation code soon.