ResNet50-Pytorch-Face-Recognition
ResNet50-Pytorch-Face-Recognition copied to clipboard
Using Pytorch to implement a ResNet50 for Cross-Age Face Recognition
您好,我想请问一下我想使用部分图像训练,需要制作label.npy和name.npy文件,自己写label.npy遇到了问题 label.npy里面直接写数字可以吗?或者是有什么好的方法制作的吗?
这个模型是1000分类的,但是做人脸哪有一千个分类啊
因为计算资源有限,想要您预训练好的模型。
thanks very much for your code I want to ues the pretrained model,how can I use it to test my fig?
Thanks for your code anyway. I saw your code, and I found it was a typical image classification problem. There's nothing to do for the cross-age problem. Right?
@KaihuaTang ,Hi,When I run ' python main.py ' I get AttributeError: module 'torchvision.transforms' has no attribute 'Resize'.