-
Notifications
You must be signed in to change notification settings - Fork 459
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
How to train my own model using my own data #2
Comments
We describe the training procedure in our ICCV 2015 paper (http://www.robots.ox.ac.uk/~szheng/papers/CRFasRNN.pdf). The parameters of the solver file for pascal voc dataset can be found in the paper. The prototxt and model are provided. The learning rate for each component of crf-rnn layer is given. To train the model on new dataset, you only need to set up your own solver file. Thanks. |
It would be great if the code you used for it was provided as well :) |
👍 would be nice |
I am trying to train my own images. I wonder how to create the training prototxt. Thanks. |
I want to train my own model based on this model. Any one can provide a train_val.prototxt? Thank you. |
Closing old issues with no recent activity. |
Hi bittnt,
I had already installed crfasrnn and the code worked well.
But the code that you provided just contained the part using the trained model (TVG_CRFRNN_COCO_VOC.caffemodel) to get the result. How could I train a new model using my own data. Could you provide a pipeline about how to train a new model and the prototxt file used in training.
Any response will be appreciated.
Best wishes,
Huayong
The text was updated successfully, but these errors were encountered: