Upload 26 files
Browse files- .gitattributes +1 -0
- naruto_v2/F1_curve.png +0 -0
- naruto_v2/PR_curve.png +0 -0
- naruto_v2/P_curve.png +0 -0
- naruto_v2/R_curve.png +0 -0
- naruto_v2/args.yaml +106 -0
- naruto_v2/best.pt +3 -0
- naruto_v2/confusion_matrix.png +0 -0
- naruto_v2/confusion_matrix_normalized.png +0 -0
- naruto_v2/labels.jpg +0 -0
- naruto_v2/labels_correlogram.jpg +0 -0
- naruto_v2/last.pt +3 -0
- naruto_v2/output_video.gif +3 -0
- naruto_v2/results.csv +21 -0
- naruto_v2/results.png +0 -0
- naruto_v2/train_batch0.jpg +0 -0
- naruto_v2/train_batch1.jpg +0 -0
- naruto_v2/train_batch1420.jpg +0 -0
- naruto_v2/train_batch1421.jpg +0 -0
- naruto_v2/train_batch1422.jpg +0 -0
- naruto_v2/train_batch2.jpg +0 -0
- naruto_v2/val_batch0_labels.jpg +0 -0
- naruto_v2/val_batch0_pred.jpg +0 -0
- naruto_v2/val_batch1_labels.jpg +0 -0
- naruto_v2/val_batch1_pred.jpg +0 -0
- naruto_v2/val_batch2_labels.jpg +0 -0
- naruto_v2/val_batch2_pred.jpg +0 -0
.gitattributes
CHANGED
@@ -110,3 +110,4 @@ datasets/naruto_data_3/44ac92e8-ab41-430d-8055-73a9bcebc482.png filter=lfs diff=
|
|
110 |
datasets/naruto_data_3/4506dc0e-36d0-4b77-9f05-38a140a6d17f.png filter=lfs diff=lfs merge=lfs -text
|
111 |
datasets/naruto_data_3/4716628e-bdd6-4ede-8390-a2aa07a47350.png filter=lfs diff=lfs merge=lfs -text
|
112 |
datasets/naruto_data_3/47adf3bb-b851-43cc-9b26-05a723fc3a86.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
110 |
datasets/naruto_data_3/4506dc0e-36d0-4b77-9f05-38a140a6d17f.png filter=lfs diff=lfs merge=lfs -text
|
111 |
datasets/naruto_data_3/4716628e-bdd6-4ede-8390-a2aa07a47350.png filter=lfs diff=lfs merge=lfs -text
|
112 |
datasets/naruto_data_3/47adf3bb-b851-43cc-9b26-05a723fc3a86.png filter=lfs diff=lfs merge=lfs -text
|
113 |
+
naruto_v2/output_video.gif filter=lfs diff=lfs merge=lfs -text
|
naruto_v2/F1_curve.png
ADDED
naruto_v2/PR_curve.png
ADDED
naruto_v2/P_curve.png
ADDED
naruto_v2/R_curve.png
ADDED
naruto_v2/args.yaml
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
task: detect
|
2 |
+
mode: train
|
3 |
+
model: yolov8x.pt
|
4 |
+
data: naruto.yaml
|
5 |
+
epochs: 20
|
6 |
+
time: null
|
7 |
+
patience: 100
|
8 |
+
batch: 1
|
9 |
+
imgsz: 640
|
10 |
+
save: true
|
11 |
+
save_period: -1
|
12 |
+
cache: false
|
13 |
+
device: 0
|
14 |
+
workers: 8
|
15 |
+
project: null
|
16 |
+
name: train
|
17 |
+
exist_ok: false
|
18 |
+
pretrained: true
|
19 |
+
optimizer: auto
|
20 |
+
verbose: true
|
21 |
+
seed: 0
|
22 |
+
deterministic: true
|
23 |
+
single_cls: false
|
24 |
+
rect: false
|
25 |
+
cos_lr: false
|
26 |
+
close_mosaic: 10
|
27 |
+
resume: false
|
28 |
+
amp: true
|
29 |
+
fraction: 1.0
|
30 |
+
profile: false
|
31 |
+
freeze: null
|
32 |
+
multi_scale: false
|
33 |
+
overlap_mask: true
|
34 |
+
mask_ratio: 4
|
35 |
+
dropout: 0.0
|
36 |
+
val: true
|
37 |
+
split: val
|
38 |
+
save_json: false
|
39 |
+
save_hybrid: false
|
40 |
+
conf: null
|
41 |
+
iou: 0.7
|
42 |
+
max_det: 300
|
43 |
+
half: false
|
44 |
+
dnn: false
|
45 |
+
plots: true
|
46 |
+
source: null
|
47 |
+
vid_stride: 1
|
48 |
+
stream_buffer: false
|
49 |
+
visualize: false
|
50 |
+
augment: false
|
51 |
+
agnostic_nms: false
|
52 |
+
classes: null
|
53 |
+
retina_masks: false
|
54 |
+
embed: null
|
55 |
+
show: false
|
56 |
+
save_frames: false
|
57 |
+
save_txt: false
|
58 |
+
save_conf: false
|
59 |
+
save_crop: false
|
60 |
+
show_labels: true
|
61 |
+
show_conf: true
|
62 |
+
show_boxes: true
|
63 |
+
line_width: null
|
64 |
+
format: torchscript
|
65 |
+
keras: false
|
66 |
+
optimize: false
|
67 |
+
int8: false
|
68 |
+
dynamic: false
|
69 |
+
simplify: false
|
70 |
+
opset: null
|
71 |
+
workspace: 4
|
72 |
+
nms: false
|
73 |
+
lr0: 0.01
|
74 |
+
lrf: 0.01
|
75 |
+
momentum: 0.937
|
76 |
+
weight_decay: 0.0005
|
77 |
+
warmup_epochs: 3.0
|
78 |
+
warmup_momentum: 0.8
|
79 |
+
warmup_bias_lr: 0.1
|
80 |
+
box: 7.5
|
81 |
+
cls: 0.5
|
82 |
+
dfl: 1.5
|
83 |
+
pose: 12.0
|
84 |
+
kobj: 1.0
|
85 |
+
label_smoothing: 0.0
|
86 |
+
nbs: 64
|
87 |
+
hsv_h: 0.015
|
88 |
+
hsv_s: 0.7
|
89 |
+
hsv_v: 0.4
|
90 |
+
degrees: 0.0
|
91 |
+
translate: 0.1
|
92 |
+
scale: 0.5
|
93 |
+
shear: 0.0
|
94 |
+
perspective: 0.0
|
95 |
+
flipud: 0.0
|
96 |
+
fliplr: 0.5
|
97 |
+
bgr: 0.0
|
98 |
+
mosaic: 1.0
|
99 |
+
mixup: 0.0
|
100 |
+
copy_paste: 0.0
|
101 |
+
auto_augment: randaugment
|
102 |
+
erasing: 0.4
|
103 |
+
crop_fraction: 1.0
|
104 |
+
cfg: null
|
105 |
+
tracker: botsort.yaml
|
106 |
+
save_dir: runs\detect\train
|
naruto_v2/best.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f46b8d50d46a64124d558b02350fde1232774eda005d5dff5249efdb3e03aa5
|
3 |
+
size 136691134
|
naruto_v2/confusion_matrix.png
ADDED
naruto_v2/confusion_matrix_normalized.png
ADDED
naruto_v2/labels.jpg
ADDED
naruto_v2/labels_correlogram.jpg
ADDED
naruto_v2/last.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c361c87d496ce5d3b5c1eb2f80865ec468d999803606dd6b19765e2a212c638a
|
3 |
+
size 136691454
|
naruto_v2/output_video.gif
ADDED
Git LFS Details
|
naruto_v2/results.csv
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch, train/box_loss, train/cls_loss, train/dfl_loss, metrics/precision(B), metrics/recall(B), metrics/mAP50(B), metrics/mAP50-95(B), val/box_loss, val/cls_loss, val/dfl_loss, lr/pg0, lr/pg1, lr/pg2
|
2 |
+
1, 2.3054, 4.0224, 2.263, 0.02414, 0.40794, 0.01972, 0.00615, 2.3706, 10.035, 2.7758, 0.00055175, 0.00055175, 0.00055175
|
3 |
+
2, 2.4257, 4.153, 2.3799, 0.04862, 0.23091, 0.02479, 0.00489, 3.203, 4.0571, 3.9339, 0.0010526, 0.0010526, 0.0010526
|
4 |
+
3, 2.3981, 3.4879, 2.4202, 0.00407, 0.19643, 0.00521, 0.00158, 2.5233, 28.747, 3.1314, 0.0014984, 0.0014984, 0.0014984
|
5 |
+
4, 2.6708, 3.995, 2.6166, 0.004, 0.48892, 0.00437, 0.00154, 3.132, inf, 181.5, 0.0014195, 0.0014195, 0.0014195
|
6 |
+
5, 2.6585, 3.6073, 2.7935, 0.00039, 0.01755, 0.0002, 9e-05, 4.9704, inf, 33.067, 0.0013369, 0.0013369, 0.0013369
|
7 |
+
6, 2.4951, 3.4531, 2.6795, 0.00056, 0.04464, 0.00031, 5e-05, 4.0426, inf, 55.553, 0.0012544, 0.0012544, 0.0012544
|
8 |
+
7, 2.3938, 3.1589, 2.5862, 0.00573, 0.1952, 0.00587, 0.00181, 2.9748, inf, 9.7907, 0.0011719, 0.0011719, 0.0011719
|
9 |
+
8, 2.3508, 3.0827, 2.5345, 0.63302, 0.23214, 0.10436, 0.03436, 2.3336, 6.9703, 2.7788, 0.0010894, 0.0010894, 0.0010894
|
10 |
+
9, 2.3529, 2.8792, 2.4662, 0.10661, 0.125, 0.05826, 0.02152, 2.7278, 5.8805, 2.9538, 0.0010069, 0.0010069, 0.0010069
|
11 |
+
10, 2.2634, 2.8452, 2.3772, 0.00398, 0.3202, 0.00368, 0.00121, 2.9043, 683.56, 5.4618, 0.00092435, 0.00092435, 0.00092435
|
12 |
+
11, 2.2849, 2.8774, 2.3873, 0.00367, 0.42211, 0.00289, 0.00104, 2.7717, 76.747, 3.5356, 0.00084184, 0.00084184, 0.00084184
|
13 |
+
12, 2.2223, 2.6042, 2.3569, 0.00313, 0.20782, 0.00177, 0.0008, 3.6651, 776.74, 10.048, 0.00075932, 0.00075932, 0.00075932
|
14 |
+
13, 2.189, 2.4413, 2.2447, 0.66925, 0.33036, 0.23208, 0.10269, 2.0507, 2.7791, 2.2574, 0.0006768, 0.0006768, 0.0006768
|
15 |
+
14, 2.0636, 2.3372, 2.19, 0.84555, 0.2997, 0.39938, 0.16142, 1.9407, 2.063, 2.1699, 0.00059429, 0.00059429, 0.00059429
|
16 |
+
15, 2.0515, 2.2471, 2.2002, 0.34732, 0.34667, 0.32716, 0.13856, 1.9616, 2.2579, 2.2294, 0.00051177, 0.00051177, 0.00051177
|
17 |
+
16, 2.0555, 2.2005, 2.1506, 0.73732, 0.32143, 0.35605, 0.15052, 1.9294, 2.1854, 2.1617, 0.00042925, 0.00042925, 0.00042925
|
18 |
+
17, 2.0399, 2.173, 2.1365, 0.74431, 0.32143, 0.35816, 0.1499, 1.8848, 2.1105, 2.1133, 0.00034674, 0.00034674, 0.00034674
|
19 |
+
18, 1.9963, 2.0947, 2.1461, 0.35514, 0.44397, 0.38108, 0.17328, 1.9676, 2.1277, 2.1835, 0.00026422, 0.00026422, 0.00026422
|
20 |
+
19, 1.9672, 2.0743, 2.1178, 0.34055, 0.3553, 0.30378, 0.14222, 1.9242, 2.6654, 2.1375, 0.0001817, 0.0001817, 0.0001817
|
21 |
+
20, 1.9163, 2.0195, 2.0506, 0.3872, 0.42672, 0.36526, 0.16716, 1.9149, 2.225, 2.1139, 9.9187e-05, 9.9187e-05, 9.9187e-05
|
naruto_v2/results.png
ADDED
naruto_v2/train_batch0.jpg
ADDED
naruto_v2/train_batch1.jpg
ADDED
naruto_v2/train_batch1420.jpg
ADDED
naruto_v2/train_batch1421.jpg
ADDED
naruto_v2/train_batch1422.jpg
ADDED
naruto_v2/train_batch2.jpg
ADDED
naruto_v2/val_batch0_labels.jpg
ADDED
naruto_v2/val_batch0_pred.jpg
ADDED
naruto_v2/val_batch1_labels.jpg
ADDED
naruto_v2/val_batch1_pred.jpg
ADDED
naruto_v2/val_batch2_labels.jpg
ADDED
naruto_v2/val_batch2_pred.jpg
ADDED