Unverified Commit cb655900 authored by Erik's avatar Erik Committed by GitHub
Browse files

add clarifications to Object detection reference documentation (#2241)

* Update README.md

added some clarity to get the examples executable.  Waiting to hear back if instructions should mention to setup COCO dataset

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
parent 97e21c10
# Object detection reference training scripts # Object detection reference training scripts
This folder contains reference training scripts for object detection. This folder contains reference training scripts for object detection.
They serve as a log of how to train specific models, as provide baseline They serve as a log of how to train specific models, to provide baseline
training and evaluation scripts to quickly bootstrap research. training and evaluation scripts to quickly bootstrap research.
Except otherwise noted, all models have been trained on 8x V100 GPUs. To execute the example commands below you must install the following:
```
cython
pycocotools
matplotlib
```
You must modify the following flags:
`--data-path=/path/to/coco/dataset`
`--nproc_per_node=<number_of_gpus_available>`
Except otherwise noted, all models have been trained on 8x V100 GPUs.
### Faster R-CNN ### Faster R-CNN
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment