deep-landmark icon indicating copy to clipboard operation
deep-landmark copied to clipboard

How to add one more point

Open war3xxx opened this issue 8 years ago • 2 comments
trafficstars

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 avatar Dec 14 '16 11:12 war3xxx

@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.

luoyetx avatar Mar 07 '17 13:03 luoyetx

@war3xxx hi, have u solved this problem yet?

angeladzl avatar Dec 05 '18 01:12 angeladzl