- cd mmdetection_ubuntu(x86)
- chmod +x setup.sh
- . ./setup.sh
- Note: Make sure setup.sh has to run as mentioned ". ./setup.sh"
- python3 demo/image_demo.py demo/demo.jpg configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py ckpts/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth --device cpu
- GitHub repo (https://github.com/open-mmlab/mmdetection)
- MMCV installation (open-mmlab/mmdetection#3271 (comment))
- Documentation (https://mmdetection.readthedocs.io/en/latest/get_started.html#verification)
- MMCV GitHub (https://github.com/open-mmlab/mmcv)
- Checkpoint download (https://github.com/open-mmlab/mmdetection/tree/master/configs/faster_rcnn)