wangxiaogang866 / PIE-NET

Apache License 2.0
55 stars 8 forks source link

Testing data 137.mat does not look right #3

Closed Haodong-Alex-Yao closed 3 years ago

Haodong-Alex-Yao commented 3 years ago

@wangxiaogang866 Thank you for sharing the code. When I tried to run the testing code, i.e. python test_stage_12.py --stage=1, it gives out very low accuracy and recall values. I did a bit of debug. It seems like that it is due to the wrong values stored in 137.mat. The values inside 'PC_8096_edge_points_label_bin' and 'corner_points_label' are all 1's which makes all sampled points corner and edge points. When I changed it to other files, e.g. 102.mat, it works fine.