Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 465 Bytes

inference-using-detectron2

Start !

python inference.py --mode directory --dir {dir_name} --save {save_dir_name} \
        --model COCO-Detection/faster_rcnn_R_101_FPN_3x.yaml

Single image inference

python inference.py --mode single-img --single-imge ./test.png --save {save_dir_name} \
        --model COCO-Detection/faster_rcnn_R_101_FPN_3x.yaml
reference

https://github.com/facebookresearch/detectron2