ohhhyeahhh / PointAttN

Code for the paper "PointAttN: You Only Need Attention for Point Cloud Completion"
https://ojs.aaai.org/index.php/AAAI/article/view/28356
76 stars 11 forks source link

problems about “C3D_h5_CRN” #8

Open mahaotian-io opened 2 years ago

mahaotian-io commented 2 years ago

When I finished configuring the environment and running "train.py", there was a function "C3D_h5_CRN" in 23 lines that could not be imported.Whether this function is “C3D_h5”?

WangJun-ZJUT commented 2 years ago

Hi! C3D_h5_CRN is the dataset used in CRN(Cascaded refinement network for point cloud completion). It is possible to use C3D_h5 here. To eliminate ambiguity, we will modify it in the source code and thanks for your review.