naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy
https://dust3r.europe.naverlabs.com/
Other
4.66k stars 517 forks source link

Mesh view is washed out in visualizer, texture not embedded #3

Closed Mikerhinos closed 4 months ago

Mikerhinos commented 4 months ago

Fantastic work guys ! Quality and performance is impressive, though the visualizer seems to apply some transparency in mesh mode compared to point cloud.

Here is a comparaison of the 2 using a single image as source :

image image

Also when saving the mesh there is no texture embedded and no color information on the point cloud when I import it to Blender

image

PS : I installed dust3r using Pinokio.

vincent-leroy commented 4 months ago

Yes we also noticed the "washed-out" effect on the meshes, but unfortunately I don't think we can change this, unless Gradio updates it's mesh viewer... Regarding import to blender, this video does import colored meshes https://www.youtube.com/watch?v=vY7GcbOsC-U , I hope this helps !

Mikerhinos commented 4 months ago

Yes you're right it seems to be a Model3D Gradio component problem with lights https://github.com/gradio-app/gradio/issues/5430 someone apparently fixed it but for some reason deleted the Huggingface space :/

For Blender color display it's working fine thanks to the video, for any people wanting to quickly display it just go to the shading drop down menu while in solid color view and in the color section change from "Material" to "Attribute".