You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
war3xxx
changed the title
How to add one point
How to add one more point
Dec 14, 2016
@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.
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.
The text was updated successfully, but these errors were encountered: