Open jisoo0-0 opened 9 months ago
Hi, the updating unit refines the depth map by learning the parameter of the spatial propagetion process. Since it is very difficult to optimize both the depth map and the parameters at the same time, I detach the depth map.
Hi, thank you for your wonderful work.
I have some questions about the Python file"model_dcnv2.py". You have detached some outputs from conv, but I am wondering why. Because if you detach the torch, the model cannot be updated based on that torch.
Thanks.