Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 221 Bytes

File metadata and controls

3 lines (3 loc) · 221 Bytes

Facial-Recognition-with-siamese-networks

Uses a cnn network as a feature extractor and triplet loss as the loss function for the siamese network. For loading the trained weights just do model.load_weights('weights.h5')