[CVPR 2024] Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data. Foundation Model for Monocular Depth Estimation
7.01k
stars
539
forks
source link
How to "not" resize image when inferencing metric depth? #215
Closed
TikaToka closed 4 months ago
Hello @LiheYoung, Thank you for sharing your amazing work!
I am trying to use your work with metric depth esimation, but I am struggling with using it.
I am using the code like this with referencing here[https://github.com/LiheYoung/Depth-Anything/blob/main/metric_depth/depth_to_pointcloud.py
However, It keep tried to resize the original 720x1280 image like this:
I'm not sure how to pass args not to resize target.
It might be a dumb question, but please forgive me :(
Thank you in advance and have a nice day!