-
Notifications
You must be signed in to change notification settings - Fork 210
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
model can't converge #21
Comments
Is the default training sample (GENKI) working well? I.e., were you able to get a working cascade? |
Thanks for answering my question |
Did you check whether your data-generating script outputs good images (faces) and that the bounding box coordinates are OK? Can you send me some face images with drawn bounding boxes generated by the script? |
Thanks for answering my question
I have checked this question.That's no problem(i think).I will send you some face images with drawn bounding boxes generated by the script through the annex(especially i picked some side face).I hope you can give me some advice about the training samples.
At 2017-04-11 19:25:54, "Nenad Markuš" <notifications@github.com> wrote:
Did you check whether your data-generating script outputs good images (faces) and that the bounding box coordinates are OK? Can you send me some face images with drawn bounding boxes generated by the script?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have already responded to your email.Please check it. |
Yes, I can see your emails. However, there are no images attached. |
I have checked this question.That's no problem(i think).I will send you some face images with drawn bounding boxes generated by the script through the annex(especially i picked some side face).I hope you can give me some advice about the training samples. |
The images seem OK. Note that pico will have problems if there's too much variation in the dataset. Can you send me the output of |
myfacefinder.zip |
Could you please give me your training data? |
I expected the text that
The original |
hi, YangUSTC Linson Wang |
I get the same problem. I am willing to train a model, I have the right train data, but I do not know how to use the "picolrn.c". I have a puzzle about the function——"main"——in picolrn.c. |
What are the parameters——argv[1], argv[2]... mean? |
nobjects == 0;The program break. |
Maybe you need to read the code, argv[1] means the training data, argv[2] means the output dir. You can find these in the founction
intlearn_with_default_parameters(char* trdata, char* dst)
At 2017-12-15 14:15:01, "长牙的小蝌蚪" <notifications@github.com> wrote:
I get the same problem. I am willing to train a model, I have the right train data, but I do not know how to use the "picolrn.c". I have a puzzle about the code——"main"——in picolrn.c.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi there, I'm trying to use picolrn to train my own face detectors (using AFLW dataset).
first i use genki.py to preprocess my positive samples(24384faces),then i choose around 15G background images.
When i train the model, I haven't been able to get it to converge.In the first stage,there are 4 trees.In every stage,there are max trees as picolrn has setted.
With this in mind, I was wondering whether you had any advice as to how to solve this problem?
Sorry for my poor English!
Thanks!
The text was updated successfully, but these errors were encountered: