* YOLOv5 forward compatibility update * add data dir * ci test yolov3 * update build_targets() * update build_targets() * update build_targets() * update yolov3-spp.yaml * add yolov3-tiny.yaml * add yolov3-tiny.yaml * Update yolov3-tiny.yaml * thop bug fix * Detection() device bug fix * Use torchvision.ops.nms() * Remove redundant download mirror * CI tests with yolov3-tiny * Update README.md * Synch train and test iou_thresh * update requirements.txt * Cat apriori autolabels * Confusion matrix * Autosplit * Autosplit * Update README.md * AP no plot * Update caching * Update caching * Caching bug fix * --image-weights bug fix * datasets bug fix * mosaic plots bug fix * plot_study * boxes.max() * boxes.max() * boxes.max() * boxes.max() * boxes.max() * boxes.max() * update * Update README * Update README * Update README.md * Update README.md * results png * Update README * Targets scaling bug fix * update plot_study * update plot_study * update plot_study * update plot_study * Targets scaling bug fix * Finish Readme.md * Finish Readme.md * Finish Readme.md * Update README.md * Creado con Colaboratory
39 lines
846 B
YAML
39 lines
846 B
YAML
# Hyperparameters for VOC finetuning
|
|
# python train.py --batch 64 --weights yolov5m.pt --data voc.yaml --img 512 --epochs 50
|
|
# See tutorials for hyperparameter evolution https://github.com/ultralytics/yolov5#tutorials
|
|
|
|
|
|
# Hyperparameter Evolution Results
|
|
# Generations: 306
|
|
# P R mAP.5 mAP.5:.95 box obj cls
|
|
# Metrics: 0.6 0.936 0.896 0.684 0.0115 0.00805 0.00146
|
|
|
|
lr0: 0.0032
|
|
lrf: 0.12
|
|
momentum: 0.843
|
|
weight_decay: 0.00036
|
|
warmup_epochs: 2.0
|
|
warmup_momentum: 0.5
|
|
warmup_bias_lr: 0.05
|
|
box: 0.0296
|
|
cls: 0.243
|
|
cls_pw: 0.631
|
|
obj: 0.301
|
|
obj_pw: 0.911
|
|
iou_t: 0.2
|
|
anchor_t: 2.91
|
|
# anchors: 3.63
|
|
fl_gamma: 0.0
|
|
hsv_h: 0.0138
|
|
hsv_s: 0.664
|
|
hsv_v: 0.464
|
|
degrees: 0.373
|
|
translate: 0.245
|
|
scale: 0.898
|
|
shear: 0.602
|
|
perspective: 0.0
|
|
flipud: 0.00856
|
|
fliplr: 0.5
|
|
mosaic: 1.0
|
|
mixup: 0.243
|