tensorfreitas / Siamese-Networks-for-One-Shot-Learning

Implementation of Siamese Neural Networks for One-shot Image Recognition
605 stars 181 forks source link

running it for new data #19

Closed ghost closed 1 year ago

ghost commented 3 years ago

hello,how do i run it for two different new images? thank you

tensorfreitas commented 3 years ago

Hi! After having a model trained, you can easily replicate the prediction in a new dataset as in the validation part of the code.