weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.67k forks source link

How to set densenet as base net? #808

Open evercherish opened 6 years ago

evercherish commented 6 years ago

Has anyone finished this? Should I write a new function such as DenseNetBody ()? And make some modification in ssd_pascal.py? Thanks!

lhxzjs commented 6 years ago

Hi, there is one paper in ICCV 2017 that already used DenseNet as backbone network. You can refer to this website https://github.com/szq0214/DSOD