happynear / AMSoftmax

A simple yet effective loss function for face verification.
MIT License
485 stars 130 forks source link

Where is fc6 in face_train_test.prototxt? #26

Closed Lin427 closed 5 years ago

Lin427 commented 5 years ago

I only see the layer name of fc6_L2 in face_train_test.prototxt.

happynear commented 5 years ago

"fc6" is the blob name. "fc6_L2" is the layer name. When extracting features, we need to extract from a blob, not a layer.

Lin427 commented 5 years ago

Thank you, I understand what you mean.