未验证 提交 161cb80b 编写于 作者: W wangguanzhong 提交者: GitHub

fix detection doc (#3153)

上级 80628bc6
...@@ -37,7 +37,7 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml -o use_gpu=false ...@@ -37,7 +37,7 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml -o use_gpu=false
- `--eval`: Whether to perform evaluation in training, default is `False` - `--eval`: Whether to perform evaluation in training, default is `False`
- `--output_eval`: If perform evaluation in training, this edits evaluation directory, default is current directory. - `--output_eval`: If perform evaluation in training, this edits evaluation directory, default is current directory.
- `-d` or `--dataset_dir`: Dataset path, same as `dataset_dir` of configs. Such as: `-d dataset/coco` - `-d` or `--dataset_dir`: Dataset path, same as `dataset_dir` of configs. Such as: `-d dataset/coco`
- `-o`: Set configuration options in config file. Such as: `-o weights=output/faster_rcnn_r50_1x/model_final` - `-o`: Set configuration options in config file. Such as: `-o max_iters=180000`
##### Examples ##### Examples
...@@ -60,7 +60,6 @@ the best model with highest MAP is saved at each `snapshot_iter`. `best_model` h ...@@ -60,7 +60,6 @@ the best model with highest MAP is saved at each `snapshot_iter`. `best_model` h
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
export PYTHONPATH=$PYTHONPATH:. export PYTHONPATH=$PYTHONPATH:.
python -u tools/train.py -c configs/faster_rcnn_r50_1x.yml \ python -u tools/train.py -c configs/faster_rcnn_r50_1x.yml \
-o weights=output/faster_rcnn_r50_1x/model_final \
-d dataset/coco -d dataset/coco
``` ```
......
...@@ -38,7 +38,7 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml -o use_gpu=false ...@@ -38,7 +38,7 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml -o use_gpu=false
- `--eval`: 是否边训练边测试,默认是 `False` - `--eval`: 是否边训练边测试,默认是 `False`
- `--output_eval`: 如果边训练边测试, 这个参数可以编辑评测保存json路径, 默认是当前目录。 - `--output_eval`: 如果边训练边测试, 这个参数可以编辑评测保存json路径, 默认是当前目录。
- `-d` or `--dataset_dir`: 数据集路径, 同配置文件里的`dataset_dir`. 例如: `-d dataset/coco` - `-d` or `--dataset_dir`: 数据集路径, 同配置文件里的`dataset_dir`. 例如: `-d dataset/coco`
- `-o`: 设置配置文件里的参数内容。 例如: `-o weights=output/faster_rcnn_r50_1x/model_final` - `-o`: 设置配置文件里的参数内容。 例如: `-o max_iters=180000`
##### 例子 ##### 例子
...@@ -57,7 +57,6 @@ python -u tools/train.py -c configs/faster_rcnn_r50_1x.yml --eval ...@@ -57,7 +57,6 @@ python -u tools/train.py -c configs/faster_rcnn_r50_1x.yml --eval
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
export PYTHONPATH=$PYTHONPATH:. export PYTHONPATH=$PYTHONPATH:.
python -u tools/train.py -c configs/faster_rcnn_r50_1x.yml \ python -u tools/train.py -c configs/faster_rcnn_r50_1x.yml \
-o weights=output/faster_rcnn_r50_1x/model_final \
-d dataset/coco -d dataset/coco
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册