-
- Downloads
Fix a documentation error in GETTING_STARTED.md (#2300)
In example 4: Test Mask R-CNN on COCO test-dev with 8 GPUs, and generate the json file to be submit to the official evaluation server. ./tools/dist_test.sh configs/mask_rcnn_r50_fpn_1x.py checkpoints/mask_rcnn_r50_fpn_1x_20181010-069fa190.pth 8 --format-only --options "jsonfile_prefix=./mask_rcnn_test-dev_results" where --format-only should be --format_only
Please register or sign in to comment