error when load arcface_checkpoint.tar #105

Open
opened 2021-08-30 15:06:37 +02:00 by Owen-Fish · 1 comment
Owen-Fish commented 2021-08-30 15:06:37 +02:00 (Migrated from github.com)

I'm in linux platform. installing requirements follwing the guidence.
However, counter with this error:
image

at first, I tried with change the encoder method like UTF-8, Latin, UTF-16 etc. but dose not work. So I am looking for some clues to fix this problem.

many thx!

I'm in linux platform. installing requirements follwing the guidence. However, counter with this error: ![image](https://user-images.githubusercontent.com/39903624/131343350-73bb795a-840b-46aa-994b-d5c5b993b37b.png) at first, I tried with change the encoder method like UTF-8, Latin, UTF-16 etc. but dose not work. So I am looking for some clues to fix this problem. many thx!
Owen-Fish commented 2021-08-31 08:32:34 +02:00 (Migrated from github.com)

[temp problem fix]: I loate where the bug occur. and using str.replace() function to replace '\xe0' at 1128 to another character。 so the problem are temperary fixed。Still looking for a general bugfix method
image

[temp problem fix]: I loate where the bug occur. and using str.replace() function to replace '\xe0' at 1128 to another character。 so the problem are temperary fixed。Still looking for a general bugfix method ![image](https://user-images.githubusercontent.com/39903624/131453440-99821532-545d-456d-8748-34797fb48f34.png)
Sign in to join this conversation.