Create config.json
Browse files- config.json +26 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "resnet50",
|
3 |
+
"num_classes": 8,
|
4 |
+
"pretrained_cfg": {
|
5 |
+
"tag": "sex-position",
|
6 |
+
"input_size": [
|
7 |
+
3,
|
8 |
+
224,
|
9 |
+
224
|
10 |
+
],
|
11 |
+
"crop_mode": "center",
|
12 |
+
"mean": [
|
13 |
+
0.485,
|
14 |
+
0.456,
|
15 |
+
0.406
|
16 |
+
],
|
17 |
+
"std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"num_classes": 8
|
23 |
+
},
|
24 |
+
"label_names": ["blowjob", "hardcore", "titjob", "handjob", "pussy-licking", "fingering", "other", "solo"],
|
25 |
+
"label_descriptions": {"blowjob": "blowjob", "hardcore": "hardcore", "titjob": "titjob", "handjob": "handjob", "pussy-licking": "pussy-licking", "fingering": "fingering", "other":"other", "solo": "solo"}
|
26 |
+
}
|