You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
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?
The text was updated successfully, but these errors were encountered: