ONNX
herpaderpapotato commited on
Commit
c8985a9
·
verified ·
1 Parent(s): c4fcb92

Upload 17 files

Browse files
xlarge/BoxF1_curve.png ADDED
xlarge/BoxPR_curve.png ADDED
xlarge/BoxP_curve.png ADDED
xlarge/BoxR_curve.png ADDED
xlarge/PoseF1_curve.png ADDED
xlarge/PosePR_curve.png ADDED
xlarge/PoseP_curve.png ADDED
xlarge/PoseR_curve.png ADDED
xlarge/args.yaml ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: pose
2
+ mode: train
3
+ model: yolov8x-pose
4
+ data: data.yaml
5
+ epochs: 5000
6
+ time: null
7
+ patience: 200
8
+ batch: 16
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device:
14
+ - 0
15
+ - 1
16
+ workers: 8
17
+ project: null
18
+ name: train
19
+ exist_ok: false
20
+ pretrained: true
21
+ optimizer: auto
22
+ verbose: true
23
+ seed: 0
24
+ deterministic: true
25
+ single_cls: false
26
+ rect: false
27
+ cos_lr: false
28
+ close_mosaic: 10
29
+ resume: false
30
+ amp: true
31
+ fraction: 1.0
32
+ profile: false
33
+ freeze: null
34
+ multi_scale: false
35
+ overlap_mask: true
36
+ mask_ratio: 4
37
+ dropout: 0.0
38
+ val: true
39
+ split: val
40
+ save_json: false
41
+ save_hybrid: false
42
+ conf: null
43
+ iou: 0.7
44
+ max_det: 300
45
+ half: false
46
+ dnn: false
47
+ plots: true
48
+ source: null
49
+ vid_stride: 1
50
+ stream_buffer: false
51
+ visualize: false
52
+ augment: false
53
+ agnostic_nms: false
54
+ classes: null
55
+ retina_masks: false
56
+ embed: null
57
+ show: false
58
+ save_frames: false
59
+ save_txt: false
60
+ save_conf: false
61
+ save_crop: false
62
+ show_labels: true
63
+ show_conf: true
64
+ show_boxes: true
65
+ line_width: null
66
+ format: torchscript
67
+ keras: false
68
+ optimize: false
69
+ int8: false
70
+ dynamic: false
71
+ simplify: false
72
+ opset: null
73
+ workspace: 4
74
+ nms: false
75
+ lr0: 0.01
76
+ lrf: 0.01
77
+ momentum: 0.937
78
+ weight_decay: 0.0005
79
+ warmup_epochs: 20.0
80
+ warmup_momentum: 0.8
81
+ warmup_bias_lr: 0.1
82
+ box: 7.5
83
+ cls: 0.5
84
+ dfl: 1.5
85
+ pose: 12.0
86
+ kobj: 1.0
87
+ label_smoothing: 0.0
88
+ nbs: 64
89
+ hsv_h: 0.015
90
+ hsv_s: 0.7
91
+ hsv_v: 0.4
92
+ degrees: 0.0
93
+ translate: 0.1
94
+ scale: 0.5
95
+ shear: 0.0
96
+ perspective: 0.0
97
+ flipud: 0.0
98
+ fliplr: 0.0
99
+ bgr: 0.0
100
+ mosaic: 0.0
101
+ mixup: 0.0
102
+ copy_paste: 0.0
103
+ auto_augment: randaugment
104
+ erasing: 0.4
105
+ crop_fraction: 0.8
106
+ cfg: null
107
+ tracker: botsort.yaml
108
+ save_dir: runs\pose\train
xlarge/best.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e26765d1e9175d6f3b9dee95bf0944a20643119b1e810fcb286debb87bc38c
3
+ size 278211332
xlarge/best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8b7c4f9f324cb246de5c249dd8df84c54f6e069728f3a4e0ce474e46ddd8361
3
+ size 139620001
xlarge/confusion_matrix.png ADDED
xlarge/confusion_matrix_normalized.png ADDED
xlarge/labels.jpg ADDED
xlarge/labels_correlogram.jpg ADDED
xlarge/results.csv ADDED
The diff for this file is too large to render. See raw diff
 
xlarge/results.png ADDED