-
Notifications
You must be signed in to change notification settings - Fork 0
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
No positive texture result #8
Comments
Thank you for supporting our work and asking valuable questions. We need to do the export of the corresponding uv map first. You can check if the input has the following three files. 1. mesh_normalized.obj 2. mesh_normalized.png 3. mesh_normalized.mtl. If you are using an obj file generated by another reconstruction method. I noticed that you should be using ECON here instead of 2k2k. you can run the last two lines of the command in our run_mesh.sh script to generate it. The related commands are as follows: Finally, thank you very much for your support. |
Actually, when I directly replaced 2k2k with ECON, I handed over the output result directly to
The image I provided is the result of such processing. |
Do you have these three files after the process?
|
In order to debug the project, instead of using bash to call the script, I directly passed the parameters into the script manually and then debugged. This is the relevant parameter I used, and I am sure that these three files have been generated and I have set the corresponding path in generate_texture. py Do I need to use the corresponding bash file? Thanks |
You can check whether there are front view textures generated in mesh_normalized.png. |
好的好的,谢谢 |
I tried the entire code, but my front end is always blank and my mask looks normal
The text was updated successfully, but these errors were encountered: