pytorch-siamese-triplet
pytorch-siamese-triplet copied to clipboard
One-Shot Learning with Triplet CNNs in Pytorch
Hi,your work is helpful to me. I have a question about how to do inference on an image?I couldn't find the relevant code.The tsne.py couldn't load the ckpt.
Do you have any code like mnist.getTriplet for custom data? Thanks!
I want to make tsne dataset for a custom dataset
the current codebase does not have tensorboard functionalities. it would be great to add that
Hello, Thanks for awesome repository for pytorch siamese network. I wanted to be able to use different architectures of Resnet. Thats why i changed some codes and created this PR...
Hi, How can I perform inference from the model on an image or a video? Thanks
I've been browsing the code, and it seems that you use `opencv.imread()` to read the images, which produces BGR output. But you still use the normalisation parameters for rgb: `mean=[0.485,...