[Doc]: add missing `-` to `--format-only` option (#9649)

pull/9685/head
Luca Pizzini 2 years ago committed by GitHub
parent 9054e4cc21
commit 14a5f9cf5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/1_exist_data_model.md

@ -464,7 +464,7 @@ Assuming that the checkpoints in the [model zoo](https://mmdetection.readthedocs
configs/mask_rcnn/mask_rcnn_r50_fpn_1x_coco.py \
checkpoints/mask_rcnn_r50_fpn_1x_coco_20200205-d4b0c5d6.pth \
8 \
-format-only \
--format-only \
--options "jsonfile_prefix=./mask_rcnn_test-dev_results"
```

Loading…
Cancel
Save