dmlc/gluon-cv

Add Tutorial: Finetuning an existing SSD model

Open

#216 geöffnet am 20. Juli 2018

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

Repository-Metriken

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

Beschreibung

Hello! First of all, great work on this awesome lib!

I'm training my own SSDs for object detection, and I noticed there are no tutorials in the docs for fine-tuning a model in the zoo with a different dataset. I think it would be great for newcomers to have a starting point for quick training and results.

There is code for a ToySSD in the Object Detection sector of The Straight Dope, but you can't simply substitute the net in the Notebook for a net from the model_zoo.

Contributor Guide