Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
arcface_pytorch
Commits
390999e4
Commit
390999e4
authored
Jun 13, 2024
by
dcuai
Browse files
Update README.md
parent
6b97d166
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
README.md
README.md
+5
-2
No files found.
README.md
View file @
390999e4
...
@@ -98,12 +98,15 @@ python train_v2.py configs/ms1mv2_r100
...
@@ -98,12 +98,15 @@ python train_v2.py configs/ms1mv2_r100
```
```
torchrun --nproc_per_node=4 train_v2.py configs/ms1mv2_r100
torchrun --nproc_per_node=4 train_v2.py configs/ms1mv2_r100
```
```
### 测试
## 精度
下载权重文件和测试数据集,测试模型精度:
下载权重文件和测试数据集,测试模型精度:
```
```
python eval_ijbc.py --model-prefix model.pt --image-path IJBC_ALL --network r100
python eval_ijbc.py --model-prefix model.pt --image-path IJBC_ALL --network r100
```
```
## result
### 精度
模型在MS1MV2数据集的测试指标:
模型在MS1MV2数据集的测试指标:
| 模型 | 数据类型 | AUC |
| 模型 | 数据类型 | AUC |
| :------: | :------: | :------: |
| :------: | :------: | :------: |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment