Closed thealchemist-x closed 7 years ago
I'm no expert but you might be looking for an object detection model which implemented DenseNet as a backbone. An interesting one is DSOD published by the same author of DenseNet. I find no DSOD implementation on Keras yet, but here is the caffe-based one: https://github.com/szq0214/DSOD
Thanks @jeepkd for your guide :)
Hi there, I am interested in using DenseNet for training my dataset to perform object classification and localization. I am wondering if this DenseNet repo allows for transfer learning and also object localization with bounding boxes?
Quite interested in DenseNet as it uses features from all layers due to its concatenations throughout the network!
Thanks guys!