xyjbaal / FPCC

MIT License
44 stars 11 forks source link

Result Evaluation #1

Closed waiyc closed 2 years ago

waiyc commented 2 years ago

Hi,

I saw that there is a function eval_3d_perclass() in test_utils.py for evaluation. Can you let me know on how to use this function to evaluate the performance ?

xyjbaal commented 2 years ago

eval_3d_perclass() is used to calculate the averange precision. test_utils.py is from the code of SGPN. I did not use this function to evaluate our performance. I used eval_iou_accuracy.py to calculate precision and recall.

Sorry, I seem to forget to upload eval_iou_accuracy.py, but it's OK now

waiyc commented 2 years ago

Thank you. I will close this for now