YOLOv5 source code from https://github.com/ultralytics/yolov5 Detectron2 source code from https://github.com/facebookresearch/detectron2
Setup: python version >= 3.5 python -m pip install -r requirement.txt
Web app: python web.py
YOLOv5 detection: python detect.py
Detectron2 detection: Detectron2.ipynb