RaymondWang987 / NVDS

ICCV 2023 "Neural Video Depth Stabilizer" (NVDS) & TPAMI 2024 "NVDS+: Towards Efficient and Versatile Neural Stabilizer for Video Depth Estimation" (NVDS+)
MIT License
491 stars 24 forks source link

Weird Edge-Detection-like Outputs #21

Closed charisoudis closed 11 months ago

charisoudis commented 11 months ago

Dear NVDS authors,

Thanks for publishing this great work! I run the DE with Midas and then create a sliding window of 4 RGBD samples to get the output of NVDS. Seeing the below results for the first window (containing 3 copies + the image & depth from midas):

NVDS (without final Relu) image

Midas output: image

What do you think I am doing wrong?

charisoudis commented 11 months ago

Never mind, it was a state loading issue. Resolved.