-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train my own data #63
Comments
I also want to know how to generate the new caffemodle with my own database. Have you solved this problem? if yes, would you like to give me some suggestion? Thank you a lot |
You should modify these deploy.prototxt file to create train.prototxt where some examples are given in original caffe repository such as alexnet, vgg16. You can also convert your data into lmdb file. |
yes thank you. you are right! now, I have do this ,but i want to know what's your mean_value in train.prototxt. (shicai's mean_value: [103.94, 116.78, 123.68]......then, must I compute my data's mean_value in this part???) thank you |
You can leave them as they are. They should be computed from Imagenet and should not matter a lot to change them. U can even comment them, the network should still work. |
OK, That may not be what I want . Thank you all the same |
Hi,
I am new to MobileNet. Could some one help me to train my own data for caffe. I dont see any training script here.
The text was updated successfully, but these errors were encountered: