-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify Model to .obj #23
Comments
You can try this function. http://www.open3d.org/docs/0.9.0/tutorial/Basic/file_io.html. |
Can you explain how to do re-scale and moving of 3D objects because I have no idea how to work with off file. |
In the Princeton Segmentation Benchmark dataset all mesh files have different number of vertices and faces even for same category. Hence I'm thinking to use this MeshNet to get a representation of all dataset files having same number of features and edge_index so this processed data can be passed to Graph Convolution Network. |
Can you explain a little bit more about how to convert .off to .obj ?
I'm trying to use other dataset ( Princeton Segmentation Benchmark ) in this model.
Thanks in advance !!!
The text was updated successfully, but these errors were encountered: