peteryuX / arcface-tf2

ArcFace unofficial Implemented in Tensorflow 2.0+ (ResNet50, MobileNetV2). "ArcFace: Additive Angular Margin Loss for Deep Face Recognition" Published in CVPR 2019. With Colab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

你好,当运行test.py时出现问题,不知道如何解决。

TeenageLi opened this issue · comments

这是checkpoint文件
2020-04-29 17-57-41屏幕截图
这是test的配置
2020-04-29 18-00-29屏幕截图

运行$ python test.py --cfg_path="./configs/arc_mbv2.yaml" -img_path="./data/BruceLee.jpg",然后就出现了问题:
2020-04-29 18-01-10屏幕截图
找不到解决的办法。

Hi @TeenageLi ,
不曉得您有沒有查看過repo內提供的Colab notebook,
Open In Colab
如果可以跑,您可以觀察一下您的環境建設是否都相同。