Metric3D
Metric3D copied to clipboard
The repo for "Metric3D: Towards Zero-shot Metric 3D Prediction from A Single Image" and "Metric3Dv2: A Versatile Monocular Geometric Foundation Model..."
Hi authors, Thank you for your work. Thank you for your work. When I tried to evaluate the pretrained model, I encountered a RuntimeError while running [test_vit.sh](https://github.com/YvanYin/Metric3D/blob/34afafe58d9543f13c01b65222255dab53333838/test_vit.sh): Error(s) in loading...
Hello, I'm trying to use droid-slam, but how can I get these pretrained ckpts? Thanks! data_info/pretrained_weight.py mldb_info={} mldb_info['checkpoint']={ 'mldb_root': '/mnt/nas/share/home/xugk/ckpt', # NOTE: modify it to the pretrained ckpt root #...
I have tested your approach on NYU dataset. However, the metrics are significantly worse than article declares. What should I do to achieve the same metrics? What kind of pretrained...
Hi, thank you for sharing the code and data you used in Metric3D. It helps me a lot to understand your work. But when I trained with my own data...
Could you please tell me how to run hubconf.py locally?Running the code seems to keep reporting errors 
I want to train from scratch on a single card, but after testing, I found that there are many errors in loading models. Does your code support training from scratch?...
I hope this message finds you well. I wanted to take a moment to commend you on the fantastic work you've done with the depth estimation project. The demo on...
Hello, thanks for sharing this amazing work with all the codes and weights ! I created my own RGB-D dataset with custom dataloaders following #105 and ran a finetuning My...
Thank you for the great work on Metric3D. Would you consider adding support for DINOv3 as a backbone?