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

[Example] Add a instruction to redirect the user to gluon-cv #13186

Merged
merged 19 commits into from
Nov 9, 2018
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a9d40c4
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 18, 2018
429684a
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 19, 2018
602b7d0
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 20, 2018
85f9408
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 27, 2018
5a01234
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 28, 2018
8f58746
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 28, 2018
1531594
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 2, 2018
3e799de
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 8, 2018
f690c69
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 8, 2018
a091a97
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 9, 2018
f1359be
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 11, 2018
e360853
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 11, 2018
23199d1
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 12, 2018
166c2b6
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 16, 2018
d01e8cb
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 24, 2018
0454017
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 26, 2018
90f1dd8
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Nov 1, 2018
2f019cd
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Nov 6, 2018
f32a6d9
update the README
stu1130 Nov 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions example/ssd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,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