1. 程式人生 > >使用detectron中mask_rcnn模型進行預測

使用detectron中mask_rcnn模型進行預測

python tools/infer_simple.py \
    --cfg configs/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml \
    --output-dir detectron-visualizations \
    --image-ext jpg    \
    --wts model_weights/model_final.pkl  
     demo