baowenbo / DAIN

Depth-Aware Video Frame Interpolation (CVPR 2019)
https://sites.google.com/view/wenbobao/dain
MIT License
8.19k stars 840 forks source link

Visualizing the output of intermediate modules after fine-tuning #145

Open esgomezm opened 2 years ago

esgomezm commented 2 years ago

Hi!

Congrats for this work, it's very cool.

I'm interested in understanding how the network learns the intermediate steps (depth, optical flow...).

In #31 you recommend checking the PWC-Net repository. However, from the paper I understand that you keep training that module (model) and indeed set different learning rates for each.

Could you please guide me on how did you visualize the result of the depth and optical flow. Or maybe what's the specific layer/children that output this information?

Thank you very much.