Thx for your great work in monocular depth estimation and the results in my side is quite amazing! 🎉
In this PR:
I fixed the issue with the input model image size.
Previously, the height of the raw image was used for resizing (See), and if the resolution of the raw image is large, the program would run out of memory (OOM).
Also I removed some redundant code from the script.
For depth_pred, the original script performed a resize to match the resolution of depth_pred with that of the raw image (See). This operation has already been implemented in here and here.
I would greatly appreciate it if PR could be accepted! Any code suggestions would be appreciated! 😄
Hi 👋 !
Thx for your great work in monocular depth estimation and the results in my side is quite amazing! 🎉
In this PR:
I fixed the issue with the input model image size. Previously, the height of the raw image was used for resizing (See), and if the resolution of the raw image is large, the program would run out of memory (OOM).
Also I removed some redundant code from the script. For
depth_pred
, the original script performed a resize to match the resolution ofdepth_pred
with that of the raw image (See). This operation has already been implemented in here and here.I would greatly appreciate it if PR could be accepted! Any code suggestions would be appreciated! 😄