-
Notifications
You must be signed in to change notification settings - Fork 55
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
Issue with data preprocessing: MTL files do not contain Ns lines #3
Comments
I ran into that problem too. Checkout my pull request at simple-3dviz: angeloskath/simple-3dviz#7 |
Thank you for your answer ! Without having to modify through simple-3dviz, for the moment I have come with this trick.
by:
Feel free if you have better solutions. |
@pauljcb I used your code to fix the
Any idea what causes this? |
Well, I do know what causes this. There are a few textures in the 3D-FRONT dataset that are greyscale and do not have that axis indexed by 2. My solution was to simply remove those textures. |
Hi, I am sorry for not replying sooner. As @wamiq-reyaz said the simplest solution is simply to remove those textures. Unfortunately, this is an issue with 3D-FRONT data, so we don't have a better way of solving it. I am closing this issue for now but feel free to reopen it. Cheers, |
Hi,
The material files provided with the meshes in the 3D-FUTURE dataset do no contain information about the specular exponents "Ns", leading to a failure of simple_3dviz when reading the textured meshes in
preprocess_data.py
:Do you know an easy way to overcome this issue without having to locally make changes in the
simple_3dviz
library ?Thanks !
Paul
The text was updated successfully, but these errors were encountered: