๐ Computer Vision Paper Review and Implementaion ๐
| Num. | Name | Description | Review | Code | Paper |
|---|---|---|---|---|---|
| 1 | Very Deep Convolutional Networks For Large-Scale Image Recognition | VGGNet | Review | Code | Paper |
| 2 | Deep Residual Learning for Image Recognition | ResNet | Review | Code | Paper |
| 3 | MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications | MobileNet | Review | Code | Paper |
| 4 | Going deeper with convolutions | GoogLeNet, Inception | Review | Code | Paper |
| Num. | Name | Description | Review | Code | Paper |
|---|---|---|---|---|---|
| 1 | Rich feature hierarchies for accurate object detection and semantic segmentation | R-CNN | Review | ----- | Paper |
| 2 | Fast R-CNN | Fast R-CNN | Review | ----- | Paper |
| 3 | Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks | Faster R-CNN | Review | ----- | Paper |