luoyetx / deep-landmark

Predict facial landmarks with Deep CNNs powered by Caffe.
BSD 3-Clause "New" or "Revised" License
282 stars 156 forks source link

max_iter of should be 500K #4

Closed ikvision closed 8 years ago

ikvision commented 8 years ago

according to the change made in m2 in common/cnns.py

luoyetx commented 8 years ago

All stuff in solver.prototxt should be modified if need. The parameters I used may not good, you should tune all parameters yourself, maybe the network structure if needed. The cnn structure I used is not the same as the paper presents.