CaptainEven / FaceRecognition

Face recognition using triplet loss, implementing FaceNet with pytorch.人脸识别项目,提供一个小型数据集用作验证,使用三元组损失函数(Triplet loss)提升准确率和泛化能力,对FaceNet进行了一种实现。
127 stars 39 forks source link

WinError 3] 系统找不到指定的路径。: 'checkpoints' #2

Open renhaofan opened 6 years ago

renhaofan commented 6 years ago

I try python main.py there is a error: Traceback (most recent call last): File "main.py", line 290, in test_triplet() File "main.py", line 55, in test_triplet checkpoints = os.listdir(args.check_path) FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'checkpoints' how to solve it ?

liuyang151617 commented 4 years ago

please ensure that you have downloaded the 'epoch_45.pth' which is mentioned in Readme. Maybe you forgot it, just like me ^^