daerduoCarey / structurenet

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

Missing folder 'utils' #11

Closed absdnd closed 2 years ago

absdnd commented 3 years ago

Hello,

Thank you for releasing the code for this interesting work.

In the folder, partnet_edges/detect_all_edges.py, the utils folder seems to be missing. Could you update the code to include that folder?

daerduoCarey commented 3 years ago

I think that is not used at all? Try to just delete it?

aditya-vora commented 3 years ago

Hi,

I am trying to just run the partnet_edges/detect_all_edges.py , it seems the file is importing some other geometry_utils.py file which I am not able to find in the repo. Could you update the code to include these files, or am I missing something?

aditya-vora commented 3 years ago

Okay I think I figured it out. Its seems the filename and the functions are renamed a bit. I can see functions performing similar tasks in code/utils.py. The functions are load_obj and sample_pc.

daerduoCarey commented 2 years ago

the full geometry_utils.py can be found here: https://github.com/daerduoCarey/partnet_dataset/blob/master/scripts/geometry_utils.py