Skip to content
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

How to train this model on my custom mesh 3D model? #8

Closed
nitish11 opened this issue May 19, 2020 · 2 comments
Closed

How to train this model on my custom mesh 3D model? #8

nitish11 opened this issue May 19, 2020 · 2 comments

Comments

@nitish11
Copy link

nitish11 commented May 19, 2020

While checking the link for data preparation,
https://github.com/czq142857/IM-NET#datasets-and-pre-trained-weights

If I have 3D mesh models, what steps should I follow to convert the dataset to point-value pairs?

@czq142857
Copy link
Owner

Please check the data preparation code in the original implementation:
https://github.com/czq142857/implicit-decoder/tree/master/point_sampling

The generated data files are compatible for both the old and the latest implementations.

Best,
Zhiqin

@nitish11
Copy link
Author

nitish11 commented Jun 12, 2020

@czq142857 : Thanks for the instructions. I followed the steps and trained my own model.
While using the trained model, I am getting all the dimensions of intermediate variables correctly.
But, I am getting an error in z2voxel code, after this step, model_float = self.z2voxel(model_z),
model_float is coming as all zeros values. What could be the possible error?

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants