ialhashim / DenseDepth

High Quality Monocular Depth Estimation via Transfer Learning
https://arxiv.org/abs/1812.11941
GNU General Public License v3.0
1.57k stars 357 forks source link

DenseNet (Pretrained=Flase) in the Pytorch version #202

Open c-yn opened 2 years ago

c-yn commented 2 years ago

When I read your code of Torch version, I found that the densenet used for the encoder is not pretrained on the Imagenet, which is different from the description in your paper. Thanks for your answering.