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

Temporal loss #32

Open TomTomTommi opened 7 months ago

TomTomTommi commented 7 months ago

Hi, very interesting work!

I also have a question related to temporal loss (Eq.4 in the main paper): the predicted disparity D and RGB images are (0~255) or normalized to (0,1)? Plus, the temporal loss is calculated within the neighboring two frames, right? Have you tried to extend this to multiple frames?