keshik6 / deep-image-retrieval

End-to-end Learning of Deep Visual Representations for Image Retrieval.
MIT License
44 stars 14 forks source link

#1 Use this Tripletnet as pretrained network for binary classification #3

Closed azadehashouri closed 3 years ago

azadehashouri commented 3 years ago

How can I use this Triplet as pretrain network for binary classification? I really need your help. Please answer my question. Thanks a lot.

keshik6 commented 3 years ago

I do not exactly understand your problem statement. But if you want to use the embeddings extracted from the pretrained network to perform binary classification it is possible. i.e. : You basically use the embeddings as features for your classification model (SVM / Decision trees/ neural networks etc).

Hope this helps.