narugo commited on
Commit
1fc6990
1 Parent(s): c263c8e

Publish model person_detect_v1.2_s, on 2023-06-23 02:40:22 CST

Browse files
person_detect_v1.2_s/F1_curve.png ADDED
person_detect_v1.2_s/PR_curve.png ADDED
person_detect_v1.2_s/P_curve.png ADDED
person_detect_v1.2_s/R_curve.png ADDED
person_detect_v1.2_s/confusion_matrix.png ADDED
person_detect_v1.2_s/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7713e4093c572cbf4d675e9ff62dbb9388f1211d302cb0e18a660205d5bd3f56
3
+ size 44583231
person_detect_v1.2_s/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ea2c00726b94d03c9b18a6c26a837db686bc04742ba4a34a544c1ac7799174
3
+ size 22498488
person_detect_v1.2_s/model_artifacts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"names": ["person"], "yaml": {"nc": 1, "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": 1, "args": {"model": "yolov8s.yaml", "batch": 16, "imgsz": 640}, "ultralytics_version": "8.0.20", "model_type": "yolov8"}
person_detect_v1.2_s/results.csv ADDED
The diff for this file is too large to render. See raw diff
 
person_detect_v1.2_s/results.png ADDED