提交 dbab2a91 编写于 作者: J jerrywgz 提交者: qingqing01

refine README in faster rcnn (#1401)

上级 58e9bc20
......@@ -113,9 +113,7 @@ Evaluation is to evaluate the performance of a trained model. This sample provid
python eval_coco_map.py \
--dataset=coco2017 \
--pretrained_mode=${path_to_pretrain_model} \
--nms_threshold=0.5 \
--score_threshold=0.05
--pretrained_model=${path_to_pretrain_model} \
- Set ```export CUDA_VISIBLE_DEVICES=0``` to specifiy one GPU to eval.
......@@ -131,7 +129,7 @@ Faster RCNN mAP
| Fluid RoIPool minibatch padding | RoIPool | 8 | 180000 | 0.314 |
| Fluid RoIPool no padding | RoIPool | 8 | 180000 | 0.316 |
| Detectron_RoIAlign | RoIAlign | 8 | 180000 | 0.346 |
| Fluid RoIAlign no padding | RoIAlign | 8 | 180000 | 0.344 |
| Fluid RoIAlign no padding | RoIAlign | 8 | 180000 | 0.345 |
* Fluid RoIPool minibatch padding: Use RoIPool. Images in one batch padding to the same size. This method is same as detectron.
* Fluid RoIPool no padding: Images without padding.
......
......@@ -107,9 +107,7 @@ Faster RCNN 训练loss
python eval_coco_map.py \
--dataset=coco2017 \
--pretrained_mode=${path_to_pretrain_model} \
--nms_threshold=0.5 \
--score_threshold=0.05
--pretrained_model=${path_to_pretrain_model} \
- 通过设置export CUDA\_VISIBLE\_DEVICES=0指定单卡GPU评估。
......@@ -125,7 +123,7 @@ Faster RCNN mAP
| Fluid RoIPool minibatch padding | RoIPool | 8 | 180000 | 0.314 |
| Fluid RoIPool no padding | RoIPool | 8 | 180000 | 0.316 |
| Detectron RoIAlign | RoIAlign | 8 | 180000 | 0.346 |
| Fluid RoIAlign no padding | RoIAlign | 8 | 180000 | 0.344 |
| Fluid RoIAlign no padding | RoIAlign | 8 | 180000 | 0.345 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册