sconlyshootery / FeatDepth

This is the offical codes for the methods described in the "Feature-metric Loss for Self-supervised Learning of Depth and Egomotion".
MIT License
247 stars 28 forks source link

saving reconstructed image #60

Closed ArminMasoumian closed 3 years ago

ArminMasoumian commented 3 years ago

Hi,

is there anyway to save the reconstructed image? I need it to add in my paper.

Thank you in advance

sconlyshootery commented 3 years ago

https://github.com/sconlyshootery/FeatDepth/blob/550420b3fb51a027549716b74c6fbce41651d3a5/mono/model/mono_baseline/net.py#L134 save the result from above line will work

sconlyshootery commented 3 years ago

You can reopen this issue when you have further problem.