dmlc/gluon-cv

Add Tutorial: Finetuning an existing SSD model

开放

#216 创建于 2018年7月20日

 (3 条评论) (0 个反应) (0 位负责人)Python (1,224 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (5,610 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南