KuangenZhang / ldgcnn

Linked Dynamic Graph CNN: Learning through Point Cloud by Linking Hierarchical Features
MIT License
75 stars 19 forks source link

what should I do for open .obj files? #7

Open hjsg1010 opened 4 years ago

hjsg1010 commented 4 years ago

what should I do for open .obj files?

I succeed by run visulize_data.py.

However I want to open .obj file using other software.

When I tried some 3D viewers (such as 3dviewer.net or Windows basic 3D Viewer), they cannot open .obj files from test.py... They show error message "something wrong with your files"..

Do I have to preprocess these obj files?

KuangenZhang commented 4 years ago

MeshLab can open them: http://www.meshlab.net/#download

hjsg1010 commented 4 years ago

@KuangenZhang Thank you very much