Literature Review: Computer Vision - forensic-architecture/mtriage GitHub Wiki
General
Resources
Object Detection
Resources
- 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
Implementations
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.