ethnhe / FFB6D

[CVPR2021 Oral] FFB6D: A Full Flow Bidirectional Fusion Network for 6D Pose Estimation.
MIT License
295 stars 72 forks source link

Wrong pred_cls_ids Results #24

Closed zhujunli1993 closed 3 years ago

zhujunli1993 commented 3 years ago

Hi, I'm looking at demo.py codes, and when I ran it to test model's performance on ycbv dataset, I found the pretrained model couldn't segment objects correctly. For example, the GT object class ids should be [1, 4, 6, 19, 20], but the pred_cls_ids was [ 1 6 7 9 13 14 17 18 19 20 21]. I'd like to know how to solve this problem? Thank you!

ethnhe commented 3 years ago

Our segmentation branch is a kind of bottom-up method, which may lead to some false-positive results. There are some ways to filter out these false positives: