YvanYin / Metric3D

The repo for "Metric3D: Towards Zero-shot Metric 3D Prediction from A Single Image" and "Metric3Dv2: A Versatile Monocular Geometric Foundation Model..."
https://jugghm.github.io/Metric3Dv2/
BSD 2-Clause "Simplified" License
1.39k stars 104 forks source link

estimate on customized dataset. #129

Open thucz opened 3 months ago

thucz commented 3 months ago

I have a long sequence with intrinsics which are different from those given. How can I revise the configuration file?

JUGGHM commented 3 months ago

Thank you for your interest and there are two ways: (1) As a temporary solution, you could directly change (like a hard coding) the intrinsic here and apply the in-the-wild testing mode. (2) It is more recommended to generate the config files where the intrinsics are included (like this), which needs more efforts.