dmlc/gluon-cv

Any easier tutorial for custom object detection?

Open

#281 geöffnet am 28. Aug. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.224 Forks)batch import
good first issue

Repository-Metriken

Stars
 (5.610 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

First of all, many thanks for the great tutorials for object detection using pre-trained models. The code is so simple and easier to follow.

The problem is that custom object detection (with a small dataset) and transfer learning tutorials are complicated for beginners. I saw a tutorial somewhere that shows custom object detection using just 5 lines of code. Can you write a simple tutorial for us?

This looks very complicated. https://gluon-cv.mxnet.io/build/examples_classification/transfer_learning_minc.html Do we really need to learn all these details while you have such a great high level API?

I am sorry if this is not the right place to post this question but I need your help on this.

Thanks again.

Contributor Guide