Skip to content
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

Closed
huayong opened this issue Oct 2, 2015 · 6 comments
Closed

How to train my own model using my own data #2

huayong opened this issue Oct 2, 2015 · 6 comments

Comments

@huayong
Copy link

huayong commented Oct 2, 2015

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

@bittnt
Copy link
Collaborator

bittnt commented Oct 3, 2015

@huayong

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.

@mtourne
Copy link

mtourne commented Oct 13, 2015

It would be great if the code you used for it was provided as well :)

@cracker0dks
Copy link

👍 would be nice

@thuanvh
Copy link

thuanvh commented Dec 16, 2015

I am trying to train my own images. I wonder how to create the training prototxt.
How do you use the label input? Which layer that you used for the loss calculation?

Thanks.

@thesby
Copy link

thesby commented Apr 8, 2016

I want to train my own model based on this model. Any one can provide a train_val.prototxt? Thank you.

bittnt added a commit that referenced this issue Apr 25, 2016
@sadeepj
Copy link
Collaborator

sadeepj commented Aug 10, 2017

Closing old issues with no recent activity.

@sadeepj sadeepj closed this as completed Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants