shariqfarooq123 / AdaBins

Official implementation of Adabins: Depth Estimation using adaptive bins
GNU General Public License v3.0
725 stars 156 forks source link

How can I train with other backbones? #81

Open lovelyzzkei opened 3 months ago

lovelyzzkei commented 3 months ago

Hi, thanks for great work!

I read your paper and try to train the model with other efficientnet series (e.g.. EfficientNet-B0, B1, ...). Which part do I have to modify the code for this purpose? Any guideline for designing the compatible DecoderBN to EfficientNet-Bx?

Thanks.