# Alternatively, if you do not have permissions or prefer
# not to install the COCO API into global site-packages
python2 setup.py install --user
**data reader introduction:**
**data reader introduction:**
* Data reader is defined in `reader.py`.
* Data reader is defined in `reader.py`.
...
@@ -103,18 +118,7 @@ Finetuning is to finetune model weights in a specific task by loading pretrained
...
@@ -103,18 +118,7 @@ Finetuning is to finetune model weights in a specific task by loading pretrained
## Evaluation
## Evaluation
Evaluation is to evaluate the performance of a trained model. This sample provides `eval_coco_map.py` which uses a COCO-specific mAP metric defined by [COCO committee](http://cocodataset.org/#detections-eval). To use `eval_coco_map.py` , [cocoapi](https://github.com/cocodataset/cocoapi) is needed. Install the cocoapi:
Evaluation is to evaluate the performance of a trained model. This sample provides `eval_coco_map.py` which uses a COCO-specific mAP metric defined by [COCO committee](http://cocodataset.org/#detections-eval).