Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 524 Bytes

INFERENCE.md

File metadata and controls

executable file
·
12 lines (10 loc) · 524 Bytes
Test with a single GPU
python tools/test_video.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] --eval segm
e.g.,
python ./tools/test_video.py ./configs/sgnet/sgnet_r50_caffe_fpn_gn_1x.py ./work_dirs/sgnet_r50_fpn_1x.pth --out results.pkl --eval segm

If you want to save the results of video instance segmentation, please use the following command:

python tools/test_video.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] --eval segm --show --save_path= ${SAVE_PATH}