thangvubk / SoftGroup

[CVPR 2022 Oral] SoftGroup for Instance Segmentation on 3D Point Clouds
MIT License
339 stars 80 forks source link

Request code to evaluate mPrec mRec mCov mWcov #186

Open NiuChunbo118 opened 10 months ago

NiuChunbo118 commented 10 months ago

I noticed in issue # 46 that you mentioned using https://github.com/WXinlong/ASIS/blob/master/models/ASIS/eval_iou_accuracy.py to evaluate the metrics like mPrec mRec mCov mWCov

I tried to do it and found that the result I obtained was incorrect (mPrec/mRec/mCov/mWCov are different from the SoftGroup paper, but ap/ap50/mIou/Acc are same), especially in pred_ Instance and gt_instance I am very confused about the matching of instances. I hope you can provide some code in this area or provide some guidance. I would greatly appreciate it!Thank you very much! Screenshot_2023-09-07-11-15-38-896_com android browser

NiuChunbo118 commented 10 months ago

it should be a error in pred_instance for matching gt_instance in the code wrote by myself,so i hope you could share the code for evaluating mPrec mRec mCov mWCov,thank you in advance!