This commit is contained in:
√(noham)² 2024-07-26 15:59:27 +02:00
parent 9c2d085f7f
commit 8806c251b6
62 changed files with 642 additions and 1 deletions

2
.gitignore vendored
View File

@ -152,7 +152,7 @@ node_modules/
# /yolov7-tracker-example/info_SF.txt
# /yolov7-tracker-example/400m.mp4
# /test/yolov7-tracker/artifacts
/test/yolov7-tracker/runs
# /test/yolov7-tracker/runs
/test/yolov7-tracker/wandb
VoTT-v2-none.zip
VoTT-v2-done.zip

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 20
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: true
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_20240718
total_batch_size: 4

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 20
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: true
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407182
total_batch_size: 4

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 20
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: false
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407183
total_batch_size: 4

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 20
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: false
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407184
total_batch_size: 4

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 20
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: true
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407185
total_batch_size: 4

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 20
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: false
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407186
total_batch_size: 4

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 20
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: false
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407187
total_batch_size: 4

View File

@ -0,0 +1 @@
0/19 0G 0.07195 6.256 0 6.328 28 1280 0.0003125 0.01203 5.426e-06 6.14e-07 0.1084 2.252 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 10
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: true
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407188
total_batch_size: 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -0,0 +1,29 @@
lr0: 0.01
lrf: 0.1
momentum: 0.937
weight_decay: 0.0005
warmup_epochs: 3.0
warmup_momentum: 0.8
warmup_bias_lr: 0.1
box: 0.05
cls: 0.3
cls_pw: 1.0
obj: 0.7
obj_pw: 1.0
iou_t: 0.2
anchor_t: 4.0
fl_gamma: 0.0
hsv_h: 0.015
hsv_s: 0.7
hsv_v: 0.4
degrees: 0.0
translate: 0.2
scale: 0.5
shear: 0.0
perspective: 0.0
flipud: 0.0
fliplr: 0.5
mosaic: 1.0
mixup: 0.0
copy_paste: 0.0
paste_in: 0.0

View File

@ -0,0 +1,41 @@
dataset: dataset2fps_20240718_
weights: ''
cfg: cfg/training/yolov7x_dataset2fps.yaml
data: data/dataset2fps/dataset.yaml
hyp: data/hyp.scratch.custom.yaml
epochs: 10
batch_size: 4
img_size:
- 1280
- 720
rect: false
resume: false
nosave: false
notest: false
noautoanchor: false
evolve: false
bucket: ''
cache_images: false
image_weights: false
device: cpu
multi_scale: false
single_cls: false
adam: false
sync_bn: false
local_rank: -1
workers: 1
project: runs/train
entity: null
name: yolov7x-dataset2fps_20240718
exist_ok: false
quad: false
linear_lr: false
label_smoothing: 0.0
upload_dataset: false
bbox_interval: -1
save_period: -1
artifact_alias: latest
world_size: 1
global_rank: -1
save_dir: runs/train/yolov7x-dataset2fps_202407189
total_batch_size: 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

View File

@ -0,0 +1,10 @@
0/9 0G 0.07195 6.256 0 6.328 28 1280 0.0003125 0.01203 5.426e-06 6.14e-07 0.1084 2.252 0
1/9 0G 0.07705 1.39 0 1.467 77 1280 0.0005556 0.02139 1.645e-05 2.502e-06 0.1084 0.9561 0
2/9 0G 0.07689 0.5707 0 0.6476 23 1280 0.0005903 0.02273 1.849e-05 2.372e-06 0.1084 0.4873 0
3/9 0G 0.0773 0.2444 0 0.3217 28 1280 0.0007169 0.0254 2.165e-05 2.913e-06 0.1084 0.3166 0
4/9 0G 0.07773 0.1353 0 0.213 38 1280 0.0006597 0.0254 2.062e-05 2.741e-06 0.1084 0.2671 0
5/9 0G 0.07822 0.09565 0 0.1739 64 1280 0.0004167 0.01604 8.785e-06 1.339e-06 0.1084 0.246 0
6/9 0G 0.07732 0.07639 0 0.1537 43 1280 0.002123 0.001337 0.0001317 1.349e-05 0.1084 0.2371 0
7/9 0G 0.07628 0.06707 0 0.1434 48 1280 0.0001389 0.005348 1.441e-06 2.211e-07 0.1084 0.2336 0
8/9 0G 0.07691 0.06211 0 0.139 43 1280 0.003452 0.001337 6.653e-05 6.699e-06 0.1084 0.2317 0
9/9 0G 0.07611 0.05465 0 0.1308 25 1280 7.167e-05 0.002674 5.504e-07 1.008e-07 0.1084 0.2307 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB