Facial Similarity with Siamese Networks in Pytorch
1.0.0
您可以在https://hackernoon.com/oone-shot-learning-with-siamese-networks-in-pytorch-8ddaab10340e上阅读随附的文章
目的是教授暹罗网络以能够区分图像对。该项目使用Pytorch。
任何数据集都可以使用。每个类都必须在自己的文件夹中。这是Pytorch自己的图像文件夹数据集使用的结构。
如果您想成为此ProJec的一部分,请前往#35
find -name "*pgm" | xargs -I {} convert {} {}.png 该项目已更新为与Pytorch 0.4.0兼容