-
Notifications
You must be signed in to change notification settings - Fork 16
Literature Review: Computer Vision
Lachlan Kermode edited this page Jun 17, 2019
·
10 revisions
- The Modern History of Object Recognition - Infographic
- A guide to receptive field algorithmic for CNNs
- Implementing SSD
- R-CNN
- Fast R-CNN
- Faster R-CNN
- YOLO
- YOLOv3
- R-FCN
- SSD
- ResNet
The following repositories implement different architectures for CV. Note that mtriage only handles applying inference via a model. It is not designed as a framework to train classifiers: that should be done separately. A check below indicates that inference for the model is implemented as an analyser in mtriage.