YujiaLiu76 / point2cad

Code for "Point2CAD: Reverse Engineering CAD Models from 3D Point Clouds"
Apache License 2.0
231 stars 26 forks source link

Creating segmentation #10

Open fhenr opened 1 month ago

fhenr commented 1 month ago

Hello,

Thank you for your nice work ! I read your paper and I tried to reproduce some results, with the example you provide in this repository. My question about the segmentation is : how do you generate GT Point2CAD segmentation ? Is it manually generated ? Or do you use your file "generate_segmentation.py" ? (I tried this last option on the example abc_00470.xyz, and the output has not the same segmentation as the input of the already segmented abc_00470.xyzc)

Thank you for your answer

liyinghaoo commented 1 month ago

Hello,

Thank you for your nice work ! I read your paper and I tried to reproduce some results, with the example you provide in this repository. My question about the segmentation is : how do you generate GT Point2CAD segmentation ? Is it manually generated ? Or do you use your file "generate_segmentation.py" ? (I tried this last option on the example abc_00470.xyz, and the output has not the same segmentation as the input of the already segmented abc_00470.xyzc)

Thank you for your answer

Did you solve this problem? I had the same problem.

fhenr commented 1 month ago

Unfortunately no