load arcface_checkpoint.tar error #201

Open
opened 2022-02-10 04:12:38 +01:00 by xywu111 · 1 comment
xywu111 commented 2022-02-10 04:12:38 +01:00 (Migrated from github.com)

Thanks for you code, but when load the arcface model, such error happened.

return _legacy_load(open_file,map_location...)
from .config import device,num_classes
import error attempted relative import with no known parent package

Thanks for you code, but when load the arcface model, such error happened. return _legacy_load(open_file,map_location...) from .config import device,num_classes import error attempted relative import with no known parent package
Fibonacci134 commented 2022-02-10 13:23:25 +01:00 (Migrated from github.com)

You might have tried to extract the file. You are not supposed to. Would help if we knew what the root directory looks like.

You might have tried to extract the file. You are not supposed to. Would help if we knew what the root directory looks like.
Sign in to join this conversation.