mrharicot / monodepth

Unsupervised single image depth prediction with CNNs
Other
2.21k stars 628 forks source link

Difference between upconv and deconv? #236

Open kmbmjn opened 4 years ago

kmbmjn commented 4 years ago

Thank you for your great code. In [monodepth_model.py], I found two functions, "upconv" and "deconv" I thought that they are equivalent, but I want to know whether there is any intended difference such as shape issue.