download arcface_checkpoint.tar wrong #10

Open
opened 2021-06-17 14:06:41 +02:00 by yja1 · 3 comments
yja1 commented 2021-06-17 14:06:41 +02:00 (Migrated from github.com)

1

![1](https://user-images.githubusercontent.com/24217235/122393454-7b4c0600-cfa7-11eb-9150-5b4814e59f89.png)
woctezuma commented 2021-06-17 14:14:03 +02:00 (Migrated from github.com)

#9

#9
P-Light commented 2021-06-17 15:09:54 +02:00 (Migrated from github.com)

Working well with below conda env:

channels:
  - defaults
  - conda-forge
  - pytorch
dependencies:
  - pytorch=1.5
  - torchvision=0.6.1
  - numpy=1.20.2
  - opencv=4.5.0
  - pillow=8.2.0
  - gdown=3.13.0

checkpoint downloaded from GDrive, cuda=10.2

Working well with below conda env: ```yaml channels: - defaults - conda-forge - pytorch dependencies: - pytorch=1.5 - torchvision=0.6.1 - numpy=1.20.2 - opencv=4.5.0 - pillow=8.2.0 - gdown=3.13.0 ``` checkpoint downloaded from GDrive, cuda=10.2
NNNNAI commented 2021-06-17 15:50:03 +02:00 (Migrated from github.com)

Can you share the conda environment you are using and the test command line? Many thanks. : )

Can you share the conda environment you are using and the test command line? Many thanks. : )
Sign in to join this conversation.