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 add one more point #29

Open
war3xxx opened this issue Dec 14, 2016 · 2 comments
Open

How to add one more point #29

war3xxx opened this issue Dec 14, 2016 · 2 comments

Comments

@war3xxx
Copy link

war3xxx commented Dec 14, 2016

Hi,
I have tried your code. It works well.
I am think about if I could add more points to train the model. I am trying to add one point on nose (the center of two eyes). (Now there are 6 points) I modify the h5 data and the num_output of layer "fc2" in train and deploy prototxt.
But in process of training 1_F, the train loss keeps ~0.03, and the test error is about 0.16. And the other points are also at an incorrect position, when I run test.
Do you have any suggestion about what else I should modify if I want to add points?

Thank you.

@war3xxx war3xxx changed the title How to add one point How to add one more point Dec 14, 2016
@luoyetx
Copy link
Owner

luoyetx commented Mar 7, 2017

@war3xxx Sorry for late reply. If you still interest in adding more points. Here is my advice. I don't remember too much details about the code in this project, but the basic idea is you need to modify the data and network output number both. Also, you need to pay much attention on the data argument process which may apply flip operation as the point position and index will change.

@angeladzl
Copy link

@war3xxx hi, have u solved this problem yet?

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

3 participants