Upload Retinaface Model
Browse files- README.md +9 -3
- config.json +46 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cfg": {
|
3 |
+
"batch_size": 32,
|
4 |
+
"clip": false,
|
5 |
+
"decay1": 190,
|
6 |
+
"decay2": 220,
|
7 |
+
"epoch": 250,
|
8 |
+
"gpu_train": true,
|
9 |
+
"image_size": 640,
|
10 |
+
"in_channel": 32,
|
11 |
+
"loc_weight": 2.0,
|
12 |
+
"min_sizes": [
|
13 |
+
[
|
14 |
+
16,
|
15 |
+
32
|
16 |
+
],
|
17 |
+
[
|
18 |
+
64,
|
19 |
+
128
|
20 |
+
],
|
21 |
+
[
|
22 |
+
256,
|
23 |
+
512
|
24 |
+
]
|
25 |
+
],
|
26 |
+
"name": "mobilenet0.25",
|
27 |
+
"ngpu": 1,
|
28 |
+
"out_channel": 64,
|
29 |
+
"pretrain": false,
|
30 |
+
"return_layers": {
|
31 |
+
"stage1": 1,
|
32 |
+
"stage2": 2,
|
33 |
+
"stage3": 3
|
34 |
+
},
|
35 |
+
"steps": [
|
36 |
+
8,
|
37 |
+
16,
|
38 |
+
32
|
39 |
+
],
|
40 |
+
"variance": [
|
41 |
+
0.1,
|
42 |
+
0.2
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"phase": "test"
|
46 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a71d965f0f2a8e83b0a20d4ba18848f4373c786b7bdcf9e11e9d68b0a38f867
|
3 |
+
size 1760200
|