Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update the README (#13186)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 authored and gigasquid committed Nov 9, 2018
1 parent 24b8de0 commit 89f3091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/ssd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ will open a window that will display the camera output together with the detecti
with the detection threshold to get more or less detections.

### Train the model
* Note that we recommend to use gluon-cv to train the model, please refer to [gluon-cv ssd](https://gluon-cv.mxnet.io/build/examples_detection/train_ssd_voc.html).
This example only covers training on Pascal VOC dataset. Other datasets should
be easily supported by adding subclass derived from class `Imdb` in `dataset/imdb.py`.
See example of `dataset/pascal_voc.py` for details.
Expand Down

0 comments on commit 89f3091

Please sign in to comment.