Ceci est un projet pour OpenClassrooms avec un peu plus d'éléments de recherche.
poetry install
poetry shell
sdd
pred /path/to/run /path/to/dog/data /out/path
-
Pytorch
-
Torchvision
-
Data Augmentation:
-
Architectures:
- Single Shot:
- YOLO
- SSD
- Two Stage:
- Faster R-CNN
- Mask R-CNN
- Anchor Based
- RetinaNet
- SSD
- Anchor Free
- CenterNet
- EfficientDet
- Single Shot:
-
Pistes de recherche:
- Feature extractions:
- Scale Invariant Feature Transform
- Harris Corner Detector
- ORB : https://www.gwylab.com/download/ORB_2012.pdf
- Mixup : https://arxiv.org/abs/1710.09412v2
- Mosaic : https://iopscience.iop.org/article/10.1088/1742-6596/1684/1/012094/pdf
- Mosaic guillotine split : http://pds25.egloos.com/pds/201504/21/98/RectangleBinPack.pdf
- Feature extractions: