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
CenterFace_pytorch
Commits
dfd658ff
Commit
dfd658ff
authored
Nov 03, 2023
by
chenych
Browse files
Add .sh
parent
b952e97b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
2 deletions
+11
-2
.gitignore
.gitignore
+0
-1
README.md
README.md
+1
-1
evaluate/make.sh
evaluate/make.sh
+3
-0
src/lib/external/make.sh
src/lib/external/make.sh
+1
-0
src/train.sh
src/train.sh
+3
-0
src/train_multi.sh
src/train_multi.sh
+3
-0
No files found.
.gitignore
View file @
dfd658ff
*.mdb
*.mdb
*.pth
*.pth
*.tar
*.tar
*.sh
*.txt
*.txt
*.ipynb
*.ipynb
*.zip
*.zip
...
...
README.md
View file @
dfd658ff
...
@@ -127,7 +127,7 @@ WIDER_FACE验证集上的测试结果如下
...
@@ -127,7 +127,7 @@ WIDER_FACE验证集上的测试结果如下
./models/model_best.pth
./models/model_best.pth
## 源码仓库及问题反馈
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/centerface
-
pytorch
https://developer.hpccube.com/codes/modelzoo/centerface
_
pytorch
## 参考资料
## 参考资料
https://github.com/chenjun2hao/CenterFace.pytorch
https://github.com/chenjun2hao/CenterFace.pytorch
evaluate/make.sh
0 → 100644
View file @
dfd658ff
#!/usr/bin/env bash
python3 setup.py build_ext
--inplace
rm
-rf
build
\ No newline at end of file
src/lib/external/make.sh
0 → 100644
View file @
dfd658ff
python setup.py build_ext
--inplace
src/train.sh
0 → 100644
View file @
dfd658ff
#!/usr/bin/env bash
python main.py
--input_h
800
--input_w
800
--batch_size
16
--lr
6.25e-5
--load_model
/path/of/model_best.pth
--data_dir
/your/WIDER_train/dir/path
\ No newline at end of file
src/train_multi.sh
0 → 100644
View file @
dfd658ff
#!/usr/bin/env bash
python main.py
--input_h
800
--input_w
800
--batch_size
16
--lr
6.25e-5
--gpus
0,1
--load_model
/path/of/model_best.pth
--data_dir
/your/WIDER_train/dir/path
\ No newline at end of file
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