naver / dust3r

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

Can I export *.glb/*.ojb file from dust3R by a python script? #57

Closed zhongqiu1245 closed 3 months ago

zhongqiu1245 commented 3 months ago

Hello Thank you for your amazing job! Can I export .glb/.ojb file by dust3R? (for example, with your script 'Usage' in your readme) If it is right, how can I export? Thank you in advance!

zhongqiu1245 commented 3 months ago

or exporting .ply/.pcd

yocabon commented 3 months ago

Hi, did you check how we're doing it in demo.py ?

see https://github.com/naver/dust3r/blob/main/demo.py#L91 and https://github.com/naver/dust3r/blob/main/demo.py#L49

zhongqiu1245 commented 3 months ago

Thanks!