This repository contains implementations of state of the art CNN architectures for various vision tasks implemented from scratch, using torch.
Currently available:
- Deep Residual Learning for Image Recognition [paper ] [folder ] [papers with code ]
- Densely Connected Convolution Networks [paper ] [folder ] [papers with code ]
- Rich feature hierarchies for accurate Object Detection and Semantic Segmentation [paper ] [folder ] [papers with code ]