daerduoCarey / structurenet

StructureNet: Hierarchical Graph Networks for 3D Shape Generation
https://cs.stanford.edu/~kaichun/structurenet/
Other
258 stars 45 forks source link

Question about metric evaluate codes for Point Cloud #16

Open hujingyucd opened 2 years ago

hujingyucd commented 2 years ago

Thanks for sharing the fancy project. And I find the metric evaluate codes for bounding box in your code. However, I do not find the metric evaluate codes for point clouds. May I ask have you provided the codes for point cloud?

Thanks

hujingyucd commented 2 years ago

BTW, for the eval_recon_box.py file, if I put the same obj into compute_struct_diff function to get the result, e.g(compute_struct_diff(recon_obj, recon_obj)), the recall would be 2. Can you help check it?