A script to convert and run ResNet{50,101,152} caffe models trained on ImageNet [released by Kaiming](https://github.com/KaimingHe/deep-residual-networks).
Also see an implementation of [DenseNet](https://github.com/YixuanLi/densenet-tensorflow) from [Densely Connected Convolutional Networks](https://arxiv.org/abs/1608.06993).
## load-resnet.py
A script to convert and run ResNet{50,101,152} ImageNet caffe models [released by Kaiming](https://github.com/KaimingHe/deep-residual-networks).