arcface-tf2 icon indicating copy to clipboard operation
arcface-tf2 copied to clipboard

Cannot find ckpt from None

Open galuhputraa opened this issue 2 years ago • 1 comments

im have this error when running testing python test.py --cfg_path="./configs/arc_res50.yaml" , im already put the pretrained model checkpoint on checkpoints folder and i just read closed issue but i still cant understand it , can u guys explain to me how to solve this problem?

galuhputraa avatar Nov 29 '22 03:11 galuhputraa

im have this error when running testing python test.py --cfg_path="./configs/arc_res50.yaml" , im already put the pretrained model checkpoint on checkpoints folder and i just read closed issue but i still cant understand it , can u guys explain to me how to solve this problem?

you have to specify a subfolder name "sub_name" in the yaml file that does contain a cpkt or an empty folder if you want to start from 0. In both cases the folder has to exist inside the checkpoint path

xalbertoisorna avatar Dec 11 '23 16:12 xalbertoisorna