-
Notifications
You must be signed in to change notification settings - Fork 5
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 get the textured mesh in gradio? #9
Comments
'Outputs' shows the inpainted result. If you want to get the textured mesh, please put the correct mesh to 'Mesh Input' (Noted that it will take the inputs as the texture image) and click ‘Render’ later. |
That's right, you should replace the path first. And make sure the mesh file contains the correct You can take a look at the
After that, you can directly use software like |
Hi, really inspiring work! I encountered a problem when use the gradio demo. Firstly, I upload the texture img and corresponding mask to get the texture. When I try to rendered the mesh I upload to gradio from the 'example/result' , I got this result in the "Textured results" region.
![image](https://private-user-images.githubusercontent.com/141640497/384592129-4619d6bc-823f-4bc9-8f58-7965521e30b3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MjgzMjcsIm5iZiI6MTczODgyODAyNywicGF0aCI6Ii8xNDE2NDA0OTcvMzg0NTkyMTI5LTQ2MTlkNmJjLTgyM2YtNGJjOS04ZjU4LTc5NjU1MjFlMzBiMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwNzQ3MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MWQ0ZjUyM2VmMDg0YjYwZTk1NDM2MzJhMWNlYTIwZThjNmUxOGQ0ZjZhNWNjZjFkMTZmYTY4ZjdmNTZmMzAyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.uhN_fTiBU0e0MEdn7xBcu_NEQR4O1qRV4Dmz6Ps89Sc)
It seemed like that I got 8 screenshot of the page I was operating. Is there something wrong with my processing. Appreciating for your reply!!!
The text was updated successfully, but these errors were encountered: