Delete train_v4
Browse files- train_v4/BoxF1_curve.png +0 -3
- train_v4/BoxPR_curve.png +0 -0
- train_v4/BoxP_curve.png +0 -0
- train_v4/BoxR_curve.png +0 -0
- train_v4/MaskF1_curve.png +0 -3
- train_v4/MaskPR_curve.png +0 -0
- train_v4/MaskP_curve.png +0 -0
- train_v4/MaskR_curve.png +0 -0
- train_v4/args.yaml +0 -106
- train_v4/confusion_matrix.png +0 -0
- train_v4/confusion_matrix_normalized.png +0 -0
- train_v4/events.out.tfevents.1741157700.MacBook-Pro.local.70534.0 +0 -3
- train_v4/labels.jpg +0 -3
- train_v4/labels_correlogram.jpg +0 -3
- train_v4/predictions.json +0 -0
- train_v4/results.csv +0 -21
- train_v4/results.png +0 -3
- train_v4/train_batch0.jpg +0 -3
- train_v4/train_batch1.jpg +0 -3
- train_v4/train_batch150.jpg +0 -3
- train_v4/train_batch151.jpg +0 -3
- train_v4/train_batch152.jpg +0 -3
- train_v4/train_batch2.jpg +0 -3
- train_v4/val_batch0_labels.jpg +0 -3
- train_v4/val_batch0_pred.jpg +0 -3
- train_v4/weights/best.pt +0 -3
- train_v4/weights/epoch0.pt +0 -3
- train_v4/weights/epoch1.pt +0 -3
- train_v4/weights/epoch10.pt +0 -3
- train_v4/weights/epoch11.pt +0 -3
- train_v4/weights/epoch12.pt +0 -3
- train_v4/weights/epoch13.pt +0 -3
- train_v4/weights/epoch14.pt +0 -3
- train_v4/weights/epoch15.pt +0 -3
- train_v4/weights/epoch16.pt +0 -3
- train_v4/weights/epoch17.pt +0 -3
- train_v4/weights/epoch18.pt +0 -3
- train_v4/weights/epoch19.pt +0 -3
- train_v4/weights/epoch2.pt +0 -3
- train_v4/weights/epoch3.pt +0 -3
- train_v4/weights/epoch4.pt +0 -3
- train_v4/weights/epoch5.pt +0 -3
- train_v4/weights/epoch6.pt +0 -3
- train_v4/weights/epoch7.pt +0 -3
- train_v4/weights/epoch8.pt +0 -3
- train_v4/weights/epoch9.pt +0 -3
- train_v4/weights/last.pt +0 -3
train_v4/BoxF1_curve.png
DELETED
Git LFS Details
|
train_v4/BoxPR_curve.png
DELETED
Binary file (68.2 kB)
|
|
train_v4/BoxP_curve.png
DELETED
Binary file (87.3 kB)
|
|
train_v4/BoxR_curve.png
DELETED
Binary file (84.9 kB)
|
|
train_v4/MaskF1_curve.png
DELETED
Git LFS Details
|
train_v4/MaskPR_curve.png
DELETED
Binary file (68.2 kB)
|
|
train_v4/MaskP_curve.png
DELETED
Binary file (87.3 kB)
|
|
train_v4/MaskR_curve.png
DELETED
Binary file (84.9 kB)
|
|
train_v4/args.yaml
DELETED
@@ -1,106 +0,0 @@
|
|
1 |
-
task: segment
|
2 |
-
mode: train
|
3 |
-
model: yolo11x-seg.pt
|
4 |
-
data: /Users/pandurangzambare/Documents/openai/image-classification/tiger/Face.v4i.yolov11/data.yaml
|
5 |
-
epochs: 20
|
6 |
-
time: null
|
7 |
-
patience: 100
|
8 |
-
batch: 12
|
9 |
-
imgsz: 640
|
10 |
-
save: true
|
11 |
-
save_period: 1
|
12 |
-
cache: false
|
13 |
-
device: null
|
14 |
-
workers: 8
|
15 |
-
project: /Users/pandurangzambare/Documents/openai/image-classification/tiger/model/YOLO11xseg/
|
16 |
-
name: train2
|
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: true
|
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: false
|
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: true
|
70 |
-
opset: null
|
71 |
-
workspace: null
|
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 |
-
nbs: 64
|
86 |
-
hsv_h: 0.015
|
87 |
-
hsv_s: 0.7
|
88 |
-
hsv_v: 0.4
|
89 |
-
degrees: 0.0
|
90 |
-
translate: 0.1
|
91 |
-
scale: 0.5
|
92 |
-
shear: 0.0
|
93 |
-
perspective: 0.0
|
94 |
-
flipud: 0.0
|
95 |
-
fliplr: 0.5
|
96 |
-
bgr: 0.0
|
97 |
-
mosaic: 1.0
|
98 |
-
mixup: 0.0
|
99 |
-
copy_paste: 0.0
|
100 |
-
copy_paste_mode: flip
|
101 |
-
auto_augment: randaugment
|
102 |
-
erasing: 0.4
|
103 |
-
crop_fraction: 1.0
|
104 |
-
cfg: null
|
105 |
-
tracker: botsort.yaml
|
106 |
-
save_dir: /Users/pandurangzambare/Documents/openai/image-classification/tiger/model/YOLO11xseg/train2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
train_v4/confusion_matrix.png
DELETED
Binary file (74.2 kB)
|
|
train_v4/confusion_matrix_normalized.png
DELETED
Binary file (77.2 kB)
|
|
train_v4/events.out.tfevents.1741157700.MacBook-Pro.local.70534.0
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:41478c37eae3971c67afb7e35d1e45ae905f1900301a68700480f3fd6e3dbeec
|
3 |
-
size 614295
|
|
|
|
|
|
|
|
train_v4/labels.jpg
DELETED
Git LFS Details
|
train_v4/labels_correlogram.jpg
DELETED
Git LFS Details
|
train_v4/predictions.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
train_v4/results.csv
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
epoch,time,train/box_loss,train/seg_loss,train/cls_loss,train/dfl_loss,metrics/precision(B),metrics/recall(B),metrics/mAP50(B),metrics/mAP50-95(B),metrics/precision(M),metrics/recall(M),metrics/mAP50(M),metrics/mAP50-95(M),val/box_loss,val/seg_loss,val/cls_loss,val/dfl_loss,lr/pg0,lr/pg1,lr/pg2
|
2 |
-
1,727.897,1.66144,3.65361,3.91243,1.84313,0,0,0,0,0,0,0,0,2.31878,45.1372,1168.93,2.97414,0.00028,0.00028,0.00028
|
3 |
-
2,1428.94,1.86275,3.69119,3.10989,1.98973,0.00111,0.33333,0.00082,0.0002,0,0,0,0,4.05724,4.39634e+09,1.64092e+07,60851.8,0.00055129,0.00055129,0.00055129
|
4 |
-
3,2129.48,2.20385,3.80925,3.0025,2.20517,0.00111,0.33333,0.00082,0.0002,0,0,0,0,0,0,0,0,0.00079288,0.00079288,0.00079288
|
5 |
-
4,2858.35,2.18154,3.90614,3.07726,2.25473,0.00333,1,0.00397,0.00149,0.00167,0.5,0.00183,0.00031,2.70922,1.19549e+13,1.8127e+09,3.01808e+07,0.00100477,0.00100477,0.00100477
|
6 |
-
5,3612.19,2.24199,3.84112,2.71231,2.25501,0.00333,1,0.00397,0.00149,0.00167,0.5,0.00183,0.00031,2.58828,1.24444e+10,3.78274e+08,738470,0.00118696,0.00118696,0.00118696
|
7 |
-
6,4376.85,2.27963,3.97777,2.95771,2.24296,0.00333,1,0.00397,0.00149,0.00167,0.5,0.00183,0.00031,5.27766,2.25927e+12,1.41104e+08,1.54942e+07,0.00133945,0.00133945,0.00133945
|
8 |
-
7,5128.76,2.27418,3.90864,2.72234,2.22951,0.00333,1,0.00397,0.00149,0.00167,0.5,0.00183,0.00031,0,0,279146,0,0.001406,0.001406,0.001406
|
9 |
-
8,5907.78,2.2226,3.79334,2.63955,2.27695,0.00333,1,0.00397,0.00149,0.00167,0.5,0.00183,0.00031,0,0,2.94362e+06,0,0.001307,0.001307,0.001307
|
10 |
-
9,6664.99,2.12202,3.58108,2.35112,2.22429,0.00333,1,0.00397,0.00149,0.00167,0.5,0.00183,0.00031,1.22112,1.55848e+06,1005.11,451.535,0.001208,0.001208,0.001208
|
11 |
-
10,7415.3,2.05226,3.48801,2.14586,2.08308,0.5,0.16667,0.37416,0.03742,0.5,0.16667,0.37416,0.07483,3.75047,660.624,6.7307,46.8416,0.001109,0.001109,0.001109
|
12 |
-
11,8098.05,2.05557,3.46186,2.15104,2.24497,0.33333,0.33333,0.14132,0.05515,0.33333,0.33333,0.15504,0.05532,2.96671,42.8532,28.8894,9.68644,0.00101,0.00101,0.00101
|
13 |
-
12,9173.53,1.9655,3.46794,1.94437,2.24214,0.11971,0.5,0.25321,0.14175,0.12063,0.5,0.29734,0.0719,2.2014,31.6598,28.9925,4.73809,0.000911,0.000911,0.000911
|
14 |
-
13,9932.89,1.83986,3.20848,1.82673,2.0921,0.32664,0.16667,0.14803,0.0619,0.32664,0.16667,0.10059,0.04665,2.2127,5.37909,6.8394,2.57667,0.000812,0.000812,0.000812
|
15 |
-
14,10664.3,1.9007,3.13331,1.77593,2.14666,0.0448,0.33333,0.08137,0.03377,0.05903,0.33333,0.04718,0.00995,2.03092,5.33688,8.13443,2.79834,0.000713,0.000713,0.000713
|
16 |
-
15,11391.5,1.76981,2.93941,1.74779,2.05609,0.31911,0.33333,0.34692,0.108,0.59897,0.5,0.65322,0.11092,2.13664,4.14092,14.5142,2.79437,0.000614,0.000614,0.000614
|
17 |
-
16,12155.3,1.70747,2.97465,1.59696,2.01138,0.73246,0.46491,0.549,0.17278,0.73246,0.46491,0.53267,0.08212,2.18454,3.849,4.40995,2.65952,0.000515,0.000515,0.000515
|
18 |
-
17,12943.5,1.77768,2.83948,1.51921,2.09292,0.71102,0.5,0.57147,0.27171,0.95463,0.66667,0.79027,0.18159,1.6971,3.17227,4.09213,2.24091,0.000416,0.000416,0.000416
|
19 |
-
18,13718,1.6267,2.80704,1.41543,1.98483,0.64374,0.83333,0.8931,0.401,0.64374,0.83333,0.8931,0.32599,1.77274,2.59321,3.48155,2.41403,0.000317,0.000317,0.000317
|
20 |
-
19,14457.8,1.60976,2.64919,1.32758,1.94792,0.97462,1,0.995,0.48412,0.97462,1,0.995,0.42734,1.574,2.12485,1.88928,2.22407,0.000218,0.000218,0.000218
|
21 |
-
20,15232.1,1.59215,2.52578,1.3064,1.92671,0.96799,1,0.995,0.4649,0.96799,1,0.995,0.43453,1.63478,2.13269,1.55107,2.29489,0.000119,0.000119,0.000119
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
train_v4/results.png
DELETED
Git LFS Details
|
train_v4/train_batch0.jpg
DELETED
Git LFS Details
|
train_v4/train_batch1.jpg
DELETED
Git LFS Details
|
train_v4/train_batch150.jpg
DELETED
Git LFS Details
|
train_v4/train_batch151.jpg
DELETED
Git LFS Details
|
train_v4/train_batch152.jpg
DELETED
Git LFS Details
|
train_v4/train_batch2.jpg
DELETED
Git LFS Details
|
train_v4/val_batch0_labels.jpg
DELETED
Git LFS Details
|
train_v4/val_batch0_pred.jpg
DELETED
Git LFS Details
|
train_v4/weights/best.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a10c5a492ef6ef6d07690cda389c6acda4ff6afa19712d1fd00f7314993bff19
|
3 |
-
size 124764378
|
|
|
|
|
|
|
|
train_v4/weights/epoch0.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c78dbf222adb07506fade60be7c3b30fdd9fb7fedd0c715f24b404d4fe2f9f46
|
3 |
-
size 373475235
|
|
|
|
|
|
|
|
train_v4/weights/epoch1.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:262e524e7d11bd3e4ba7fc867cb1b2c3d3b659fc121a39de1f93156d1e4caf84
|
3 |
-
size 373475491
|
|
|
|
|
|
|
|
train_v4/weights/epoch10.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c9d2e9df5c82c9e81a3c1479b05b59dc7e775c7b31bcb87186abccdfa90e0c63
|
3 |
-
size 373476835
|
|
|
|
|
|
|
|
train_v4/weights/epoch11.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cdf8ae2fde8920b70b5a4d0616f5db6a9407a2c8b45617c1e0c99d319359b3cc
|
3 |
-
size 373477027
|
|
|
|
|
|
|
|
train_v4/weights/epoch12.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1c5bf5b9d94c9e85c9a1d8d7ffc89138746691bb97fe966ff08242ef1704bcb7
|
3 |
-
size 373477219
|
|
|
|
|
|
|
|
train_v4/weights/epoch13.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:632740e8b01dc0a3d33aa86aaa62fe6d3c5fa959d569843396553d80f5837d8f
|
3 |
-
size 373477411
|
|
|
|
|
|
|
|
train_v4/weights/epoch14.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5dfeadb02a93fffc7486db1ea011b44e07b2a1cc43d26d27fb508d3064633a15
|
3 |
-
size 373477603
|
|
|
|
|
|
|
|
train_v4/weights/epoch15.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:43587de85303fb937d1a8049b024ea64d828de3938a55b44bd4635c3eaf4a7b9
|
3 |
-
size 373477795
|
|
|
|
|
|
|
|
train_v4/weights/epoch16.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4ceaa36ebb3a8163180aa99744942912c37749504d09de8af3cc0edc853c3242
|
3 |
-
size 373477923
|
|
|
|
|
|
|
|
train_v4/weights/epoch17.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4ab7d0e15660cac9f700bf61ae558ab5b9e029f6d6c5e1ae406f014d0b8751b7
|
3 |
-
size 373478115
|
|
|
|
|
|
|
|
train_v4/weights/epoch18.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e232891bc1a16fb1c350a7ddf8e950ae3aa8fb76be8f6ddaeada74658e03877e
|
3 |
-
size 373478307
|
|
|
|
|
|
|
|
train_v4/weights/epoch19.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1e6e0ee013829a124d63a9bf080e6a4b74773fc852125c36c9b7eb4f688f4549
|
3 |
-
size 373478499
|
|
|
|
|
|
|
|
train_v4/weights/epoch2.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b2f9b74c3bcd9ae32b1037793321e3ab82a66a2c236202dd999fb4c611359d80
|
3 |
-
size 373475619
|
|
|
|
|
|
|
|
train_v4/weights/epoch3.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:193efa5e4d77b6b0040a351ad089c412044564fdf2f8627788d0e80fcaab76e2
|
3 |
-
size 373475875
|
|
|
|
|
|
|
|
train_v4/weights/epoch4.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e82f688edbca61d380de71d73ab896cbe0393d0d229bd05285be3a39dc78fdd7
|
3 |
-
size 373476067
|
|
|
|
|
|
|
|
train_v4/weights/epoch5.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4495dab712ce9904b7bf0bebfd89aa478c05c60bedd8627566a43226a188b969
|
3 |
-
size 373476259
|
|
|
|
|
|
|
|
train_v4/weights/epoch6.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:56ae1510f092563c611bc479e17a4b4314e17b1cdc3b960e39a35a4b1e2edc5a
|
3 |
-
size 373476451
|
|
|
|
|
|
|
|
train_v4/weights/epoch7.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bead4d4e0b4ec0ad6ad80b7476d96b426c9deff830ae72eb4fbcd567985616d8
|
3 |
-
size 373476323
|
|
|
|
|
|
|
|
train_v4/weights/epoch8.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:41417178179ac89f6049493d75bc031ccdf7555ba36e3605cb1f5e66e9c60fe0
|
3 |
-
size 373476515
|
|
|
|
|
|
|
|
train_v4/weights/epoch9.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0c8c021186a35df1a2ca4fe48a2fdcf44962c55727d976217036ceb86b30fc3e
|
3 |
-
size 373476643
|
|
|
|
|
|
|
|
train_v4/weights/last.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3e0bb2e7c725c88ac84711746e3ffb4d7b4435279ecc1fd8e4ac60d74701e04e
|
3 |
-
size 124764378
|
|
|
|
|
|
|
|