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.
MIT License
263 stars 60 forks source link

[*] Cannot find ckpt from None #3

Closed vatsaldin closed 4 years ago

vatsaldin commented 4 years ago

Hi

I am running

python test.py --cfg_path="./configs/arc_res50.yaml"

What can be the issue?

peteryuX commented 4 years ago

Have you download or prepared model checkpoints for restoring?

vatsaldin commented 4 years ago

I haven't downloaded model.When I tried to run it first time - it was dowloading model or checkpoint and at the end it became still/unresponsive

peteryuX commented 4 years ago

I guess the first-time downloading things are the keras resent50-backbone pretrained weights, but not the checkpoints I meaned. Please download model I prepared in this repo to skip the issue above.

vatsaldin commented 4 years ago

I will try and let you know.Thanks for your quick response.

galuhputraa commented 1 year ago

im still doesnt understand can u explain briefly to me? im already download the model and put in in the folder checkpoints , and getting this error?