Azure / ObjectDetectionUsingCntk

Fast R-CNN Object Detection on Azure using CNTK
129 stars 61 forks source link

Fine Tuning #1

Closed mzahran001 closed 7 years ago

mzahran001 commented 8 years ago

How to fine tune your model? I don't have sufficient data to retrain your model from scratch. I want to fine tune your model on my data which has only two classes ?

PatrickBue commented 8 years ago

The tutorial uses an AlexNet model which was pre-trained on millions of images. Hence it is fine if you only have a small amount of annotated data. Just follow part 1 of the tutorial - that uses a small toy dataset but nevertheless learns an OK classifier.