Object Detection
ONNX
art
Plana-Archive commited on
Commit
70ba881
·
verified ·
1 Parent(s): c585b97

Migrasi otomatis

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +36 -0
  2. README.md +19 -0
  3. censor_detect_v0.10_s/F1_curve.png +3 -0
  4. censor_detect_v0.10_s/PR_curve.png +3 -0
  5. censor_detect_v0.10_s/P_curve.png +3 -0
  6. censor_detect_v0.10_s/R_curve.png +3 -0
  7. censor_detect_v0.10_s/confusion_matrix.png +3 -0
  8. censor_detect_v0.10_s/labels.json +5 -0
  9. censor_detect_v0.10_s/model.onnx +3 -0
  10. censor_detect_v0.10_s/model.pt +3 -0
  11. censor_detect_v0.10_s/model_artifacts.json +1 -0
  12. censor_detect_v0.10_s/results.csv +0 -0
  13. censor_detect_v0.10_s/results.png +3 -0
  14. censor_detect_v0.10_s/threshold.json +4 -0
  15. censor_detect_v0.7_s/F1_curve.png +3 -0
  16. censor_detect_v0.7_s/PR_curve.png +3 -0
  17. censor_detect_v0.7_s/P_curve.png +3 -0
  18. censor_detect_v0.7_s/R_curve.png +3 -0
  19. censor_detect_v0.7_s/confusion_matrix.png +3 -0
  20. censor_detect_v0.7_s/labels.json +5 -0
  21. censor_detect_v0.7_s/model.onnx +3 -0
  22. censor_detect_v0.7_s/model.pt +3 -0
  23. censor_detect_v0.7_s/model_artifacts.json +1 -0
  24. censor_detect_v0.7_s/results.csv +0 -0
  25. censor_detect_v0.7_s/results.png +3 -0
  26. censor_detect_v0.7_s/threshold.json +4 -0
  27. censor_detect_v0.8_s/F1_curve.png +3 -0
  28. censor_detect_v0.8_s/PR_curve.png +3 -0
  29. censor_detect_v0.8_s/P_curve.png +3 -0
  30. censor_detect_v0.8_s/R_curve.png +3 -0
  31. censor_detect_v0.8_s/confusion_matrix.png +3 -0
  32. censor_detect_v0.8_s/labels.json +5 -0
  33. censor_detect_v0.8_s/model.onnx +3 -0
  34. censor_detect_v0.8_s/model.pt +3 -0
  35. censor_detect_v0.8_s/model_artifacts.json +1 -0
  36. censor_detect_v0.8_s/results.csv +0 -0
  37. censor_detect_v0.8_s/results.png +3 -0
  38. censor_detect_v0.8_s/threshold.json +4 -0
  39. censor_detect_v0.9_s/F1_curve.png +3 -0
  40. censor_detect_v0.9_s/PR_curve.png +3 -0
  41. censor_detect_v0.9_s/P_curve.png +3 -0
  42. censor_detect_v0.9_s/R_curve.png +3 -0
  43. censor_detect_v0.9_s/confusion_matrix.png +3 -0
  44. censor_detect_v0.9_s/labels.json +5 -0
  45. censor_detect_v0.9_s/model.onnx +3 -0
  46. censor_detect_v0.9_s/model.pt +3 -0
  47. censor_detect_v0.9_s/model_artifacts.json +1 -0
  48. censor_detect_v0.9_s/results.csv +0 -0
  49. censor_detect_v0.9_s/results.png +3 -0
  50. censor_detect_v0.9_s/threshold.json +4 -0
.gitattributes CHANGED
@@ -33,3 +33,39 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ censor_detect_v0.10_s/F1_curve.png filter=lfs diff=lfs merge=lfs -text
37
+ censor_detect_v0.10_s/PR_curve.png filter=lfs diff=lfs merge=lfs -text
38
+ censor_detect_v0.10_s/P_curve.png filter=lfs diff=lfs merge=lfs -text
39
+ censor_detect_v0.10_s/R_curve.png filter=lfs diff=lfs merge=lfs -text
40
+ censor_detect_v0.10_s/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
41
+ censor_detect_v0.10_s/results.png filter=lfs diff=lfs merge=lfs -text
42
+ censor_detect_v0.7_s/F1_curve.png filter=lfs diff=lfs merge=lfs -text
43
+ censor_detect_v0.7_s/PR_curve.png filter=lfs diff=lfs merge=lfs -text
44
+ censor_detect_v0.7_s/P_curve.png filter=lfs diff=lfs merge=lfs -text
45
+ censor_detect_v0.7_s/R_curve.png filter=lfs diff=lfs merge=lfs -text
46
+ censor_detect_v0.7_s/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
47
+ censor_detect_v0.7_s/results.png filter=lfs diff=lfs merge=lfs -text
48
+ censor_detect_v0.8_s/F1_curve.png filter=lfs diff=lfs merge=lfs -text
49
+ censor_detect_v0.8_s/PR_curve.png filter=lfs diff=lfs merge=lfs -text
50
+ censor_detect_v0.8_s/P_curve.png filter=lfs diff=lfs merge=lfs -text
51
+ censor_detect_v0.8_s/R_curve.png filter=lfs diff=lfs merge=lfs -text
52
+ censor_detect_v0.8_s/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
53
+ censor_detect_v0.8_s/results.png filter=lfs diff=lfs merge=lfs -text
54
+ censor_detect_v0.9_s/F1_curve.png filter=lfs diff=lfs merge=lfs -text
55
+ censor_detect_v0.9_s/PR_curve.png filter=lfs diff=lfs merge=lfs -text
56
+ censor_detect_v0.9_s/P_curve.png filter=lfs diff=lfs merge=lfs -text
57
+ censor_detect_v0.9_s/R_curve.png filter=lfs diff=lfs merge=lfs -text
58
+ censor_detect_v0.9_s/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
59
+ censor_detect_v0.9_s/results.png filter=lfs diff=lfs merge=lfs -text
60
+ censor_detect_v1.0_n/F1_curve.png filter=lfs diff=lfs merge=lfs -text
61
+ censor_detect_v1.0_n/PR_curve.png filter=lfs diff=lfs merge=lfs -text
62
+ censor_detect_v1.0_n/P_curve.png filter=lfs diff=lfs merge=lfs -text
63
+ censor_detect_v1.0_n/R_curve.png filter=lfs diff=lfs merge=lfs -text
64
+ censor_detect_v1.0_n/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
65
+ censor_detect_v1.0_n/results.png filter=lfs diff=lfs merge=lfs -text
66
+ censor_detect_v1.0_s/F1_curve.png filter=lfs diff=lfs merge=lfs -text
67
+ censor_detect_v1.0_s/PR_curve.png filter=lfs diff=lfs merge=lfs -text
68
+ censor_detect_v1.0_s/P_curve.png filter=lfs diff=lfs merge=lfs -text
69
+ censor_detect_v1.0_s/R_curve.png filter=lfs diff=lfs merge=lfs -text
70
+ censor_detect_v1.0_s/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
71
+ censor_detect_v1.0_s/results.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - deepghs/anime_censor_detection
5
+ metrics:
6
+ - f1
7
+ pipeline_tag: object-detection
8
+ tags:
9
+ - art
10
+ ---
11
+
12
+ | Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
13
+ |:---------------------:|:-------:|:--------:|:----------:|:-----------:|:----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:----------------------------:|
14
+ | censor_detect_v1.0_n | 898 | 3.01M | 0.8 | 0.278 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_n/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
15
+ | censor_detect_v1.0_s | 3.49k | 11.1M | 0.83 | 0.238 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
16
+ | censor_detect_v0.10_s | 3.49k | 11.1M | 0.83 | 0.15 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.10_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.10_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
17
+ | censor_detect_v0.9_s | 3.49k | 11.1M | 0.81 | 0.2 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.9_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.9_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
18
+ | censor_detect_v0.8_s | 3.49k | 11.1M | 0.81 | 0.252 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.8_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.8_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
19
+ | censor_detect_v0.7_s | 3.49k | 11.1M | 0.79 | 0.356 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.7_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.7_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
censor_detect_v0.10_s/F1_curve.png ADDED

Git LFS Details

  • SHA256: 28cbac84d99345cb4d7cc2084be62c30f3625beb3b44f6884f7a9299383d6823
  • Pointer size: 131 Bytes
  • Size of remote file: 168 kB
censor_detect_v0.10_s/PR_curve.png ADDED

Git LFS Details

  • SHA256: 036f341c20937a32aec6c08040ecb6434a8caeb0162f901d4ebea2fcc8247e0f
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
censor_detect_v0.10_s/P_curve.png ADDED

Git LFS Details

  • SHA256: 0c49d0418b78c174bc8963d823f8cb3c24a23c4f8c193a387f35be668763d74d
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
censor_detect_v0.10_s/R_curve.png ADDED

Git LFS Details

  • SHA256: 124d436739f79ad133661f46b87e381ca73ce60ef7e76233813fdc9c6973874b
  • Pointer size: 131 Bytes
  • Size of remote file: 168 kB
censor_detect_v0.10_s/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: d4c4ddcd1c5fa2a2d4d1d9a1279d979aca1fab359f5f779dcdf4fa46f8a8bba8
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
censor_detect_v0.10_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.10_s/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9acfbfe4dd888d64d1b2b35a7acddbc0a84ede9800cae48ac7dfb1758943e7a
3
+ size 44586353
censor_detect_v0.10_s/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7285316436b69d32519a7a8b8b7bd0a915e3f1cd0d7364bca4b31d7dec6341
3
+ size 22500088
censor_detect_v0.10_s/model_artifacts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"names": ["nipple_f", "penis", "pussy"], "yaml": {"nc": 3, "depth_multiple": 0.33, "width_multiple": 0.5, "backbone": [[-1, 1, "Conv", [64, 3, 2]], [-1, 1, "Conv", [128, 3, 2]], [-1, 3, "C2f", [128, true]], [-1, 1, "Conv", [256, 3, 2]], [-1, 6, "C2f", [256, true]], [-1, 1, "Conv", [512, 3, 2]], [-1, 6, "C2f", [512, true]], [-1, 1, "Conv", [1024, 3, 2]], [-1, 3, "C2f", [1024, true]], [-1, 1, "SPPF", [1024, 5]]], "head": [[-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 6], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 4], 1, "Concat", [1]], [-1, 3, "C2f", [256]], [-1, 1, "Conv", [256, 3, 2]], [[-1, 12], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "Conv", [512, 3, 2]], [[-1, 9], 1, "Concat", [1]], [-1, 3, "C2f", [1024]], [[15, 18, 21], 1, "Detect", ["nc"]]], "ch": 3}, "nc": 3, "args": {"model": "yolov8s.yaml", "batch": 16, "imgsz": 640}, "ultralytics_version": "8.0.20", "model_type": "yolov8"}
censor_detect_v0.10_s/results.csv ADDED
The diff for this file is too large to render. See raw diff
 
censor_detect_v0.10_s/results.png ADDED

Git LFS Details

  • SHA256: 946111ed1f251692ed9b4c54cbad5eb453965aed0df98817b37c83ffed5dd662
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
censor_detect_v0.10_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.83,
3
+ "threshold": 0.15
4
+ }
censor_detect_v0.7_s/F1_curve.png ADDED

Git LFS Details

  • SHA256: 080e7434124a8053ca686f7e955cf7188b5b3f98d55537513114227c1da57acb
  • Pointer size: 131 Bytes
  • Size of remote file: 173 kB
censor_detect_v0.7_s/PR_curve.png ADDED

Git LFS Details

  • SHA256: 67461ce6794a55043cc87701b1809397e6c747244a504a16a92f7793a1d2d8b3
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB
censor_detect_v0.7_s/P_curve.png ADDED

Git LFS Details

  • SHA256: d0dab0b099b4d76a6fa8c3ac309deb932cb64befcd0bb99c6516ebb140bf861c
  • Pointer size: 131 Bytes
  • Size of remote file: 156 kB
censor_detect_v0.7_s/R_curve.png ADDED

Git LFS Details

  • SHA256: 3f219e72492f258c41e9865a72de7ca144c035095168ec731ac264132f4b3dd7
  • Pointer size: 131 Bytes
  • Size of remote file: 167 kB
censor_detect_v0.7_s/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: 9f0a4129ea9cefc052a305f352d80f1117c011058a5b117c149b8c2c5ede22ee
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
censor_detect_v0.7_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.7_s/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5f35a30e7c703a0b9cee31b0570b26c2691d0c6b2a6c2e1c2ceb53544ce283
3
+ size 44586353
censor_detect_v0.7_s/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8721c12a3e921d234ad0508b30807d52476b68de083cc85943d7db921fb6f7b5
3
+ size 22500088
censor_detect_v0.7_s/model_artifacts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"names": ["nipple_f", "penis", "pussy"], "yaml": {"nc": 3, "depth_multiple": 0.33, "width_multiple": 0.5, "backbone": [[-1, 1, "Conv", [64, 3, 2]], [-1, 1, "Conv", [128, 3, 2]], [-1, 3, "C2f", [128, true]], [-1, 1, "Conv", [256, 3, 2]], [-1, 6, "C2f", [256, true]], [-1, 1, "Conv", [512, 3, 2]], [-1, 6, "C2f", [512, true]], [-1, 1, "Conv", [1024, 3, 2]], [-1, 3, "C2f", [1024, true]], [-1, 1, "SPPF", [1024, 5]]], "head": [[-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 6], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 4], 1, "Concat", [1]], [-1, 3, "C2f", [256]], [-1, 1, "Conv", [256, 3, 2]], [[-1, 12], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "Conv", [512, 3, 2]], [[-1, 9], 1, "Concat", [1]], [-1, 3, "C2f", [1024]], [[15, 18, 21], 1, "Detect", ["nc"]]], "ch": 3}, "nc": 3, "args": {"model": "yolov8s.yaml", "batch": 16, "imgsz": 640}, "ultralytics_version": "8.0.20", "model_type": "yolov8"}
censor_detect_v0.7_s/results.csv ADDED
The diff for this file is too large to render. See raw diff
 
censor_detect_v0.7_s/results.png ADDED

Git LFS Details

  • SHA256: 1037f7d121ca5060f4f4af50f242bbbf5c73057b05c86c5b2a4b054b0bb0b39d
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
censor_detect_v0.7_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.79,
3
+ "threshold": 0.356
4
+ }
censor_detect_v0.8_s/F1_curve.png ADDED

Git LFS Details

  • SHA256: 46ddf5780a6c0bcacb53b8e9d8e0fb470d6e0a9b6be1729a1e6d098e310ce787
  • Pointer size: 131 Bytes
  • Size of remote file: 167 kB
censor_detect_v0.8_s/PR_curve.png ADDED

Git LFS Details

  • SHA256: 8abe841a9a48d0e6507805b190c80a261db43d57bd929147047961f7e5351f7d
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB
censor_detect_v0.8_s/P_curve.png ADDED

Git LFS Details

  • SHA256: 52db96aca1b602b250ab5434eee77bf06cb5412bac9c61be84e9449cf889984d
  • Pointer size: 131 Bytes
  • Size of remote file: 131 kB
censor_detect_v0.8_s/R_curve.png ADDED

Git LFS Details

  • SHA256: 77abe69c24a8612cb040a9cefa9ec50e3fae9a2ded619ecfd7bd0739b2a29760
  • Pointer size: 131 Bytes
  • Size of remote file: 168 kB
censor_detect_v0.8_s/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: 3dcd9cb83a193063c8b6ab92c4bfeb0bbec1ae5a123eb06dbc200b15843c5248
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
censor_detect_v0.8_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.8_s/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b781a932eaaf2d77feb4789ee1a308f64449894a08c1e02084f99835f624427e
3
+ size 44586353
censor_detect_v0.8_s/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cadd291f1c19cd115d06ad9c6581a19b210fe72696be1c68583550f6298f269d
3
+ size 22500088
censor_detect_v0.8_s/model_artifacts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"names": ["nipple_f", "penis", "pussy"], "yaml": {"nc": 3, "depth_multiple": 0.33, "width_multiple": 0.5, "backbone": [[-1, 1, "Conv", [64, 3, 2]], [-1, 1, "Conv", [128, 3, 2]], [-1, 3, "C2f", [128, true]], [-1, 1, "Conv", [256, 3, 2]], [-1, 6, "C2f", [256, true]], [-1, 1, "Conv", [512, 3, 2]], [-1, 6, "C2f", [512, true]], [-1, 1, "Conv", [1024, 3, 2]], [-1, 3, "C2f", [1024, true]], [-1, 1, "SPPF", [1024, 5]]], "head": [[-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 6], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 4], 1, "Concat", [1]], [-1, 3, "C2f", [256]], [-1, 1, "Conv", [256, 3, 2]], [[-1, 12], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "Conv", [512, 3, 2]], [[-1, 9], 1, "Concat", [1]], [-1, 3, "C2f", [1024]], [[15, 18, 21], 1, "Detect", ["nc"]]], "ch": 3}, "nc": 3, "args": {"model": "yolov8s.yaml", "batch": 16, "imgsz": 640}, "ultralytics_version": "8.0.20", "model_type": "yolov8"}
censor_detect_v0.8_s/results.csv ADDED
The diff for this file is too large to render. See raw diff
 
censor_detect_v0.8_s/results.png ADDED

Git LFS Details

  • SHA256: 34c1bf66fb63200c94d7c1721df7495cd65faa922bd7704fbb00273ddc35ffae
  • Pointer size: 131 Bytes
  • Size of remote file: 225 kB
censor_detect_v0.8_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.81,
3
+ "threshold": 0.252
4
+ }
censor_detect_v0.9_s/F1_curve.png ADDED

Git LFS Details

  • SHA256: ed8988a4a1b247a384048bc8bd6f5bacefeba88cad205aaf770cc389c791a622
  • Pointer size: 131 Bytes
  • Size of remote file: 167 kB
censor_detect_v0.9_s/PR_curve.png ADDED

Git LFS Details

  • SHA256: 464fda38bb5aafa45e84f9d90fc9989530106b24bead1220b2ebe511dc917b87
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB
censor_detect_v0.9_s/P_curve.png ADDED

Git LFS Details

  • SHA256: 1970852df0d4d15765661a8346e4e4d831d99c72791c3980abc773c98b4338e6
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
censor_detect_v0.9_s/R_curve.png ADDED

Git LFS Details

  • SHA256: d5bbbd9d697d292d6f7baf18c08c77b4546f65fed6f7bdd0ac593299c8ef1bef
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
censor_detect_v0.9_s/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: a168e6a966d276f1da3a86542c12c65d9597ddbdff388597c8d68a3a1c4e1551
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
censor_detect_v0.9_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.9_s/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b25b66111e471885476bc57dabac1c3893886aed851c921870c53f1f6759134
3
+ size 44586353
censor_detect_v0.9_s/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c9bb7c446f1ea0cae6549c2816a781d97615078d02550a38732c39b53b9b4f
3
+ size 22500088
censor_detect_v0.9_s/model_artifacts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"names": ["nipple_f", "penis", "pussy"], "yaml": {"nc": 3, "depth_multiple": 0.33, "width_multiple": 0.5, "backbone": [[-1, 1, "Conv", [64, 3, 2]], [-1, 1, "Conv", [128, 3, 2]], [-1, 3, "C2f", [128, true]], [-1, 1, "Conv", [256, 3, 2]], [-1, 6, "C2f", [256, true]], [-1, 1, "Conv", [512, 3, 2]], [-1, 6, "C2f", [512, true]], [-1, 1, "Conv", [1024, 3, 2]], [-1, 3, "C2f", [1024, true]], [-1, 1, "SPPF", [1024, 5]]], "head": [[-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 6], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "nn.Upsample", ["None", 2, "nearest"]], [[-1, 4], 1, "Concat", [1]], [-1, 3, "C2f", [256]], [-1, 1, "Conv", [256, 3, 2]], [[-1, 12], 1, "Concat", [1]], [-1, 3, "C2f", [512]], [-1, 1, "Conv", [512, 3, 2]], [[-1, 9], 1, "Concat", [1]], [-1, 3, "C2f", [1024]], [[15, 18, 21], 1, "Detect", ["nc"]]], "ch": 3}, "nc": 3, "args": {"model": "yolov8s.yaml", "batch": 16, "imgsz": 640}, "ultralytics_version": "8.0.20", "model_type": "yolov8"}
censor_detect_v0.9_s/results.csv ADDED
The diff for this file is too large to render. See raw diff
 
censor_detect_v0.9_s/results.png ADDED

Git LFS Details

  • SHA256: 91dfaf1f6a611673af49cfe836fb0459287f306a4fed15200e9b9d52e3c2f2a4
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
censor_detect_v0.9_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.81,
3
+ "threshold": 0.2
4
+ }