File size: 492 Bytes
5a2c03c 6fcc3bb 0e84a5b 6fcc3bb 2ef221a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
pipeline_tag: object-detection
tags:
- code
---
This repository contains the fine-tuning script and weights of YOLOv10m on links dataset (The finetuning is unfinished, it stopped in the epoch 10).
### The links dataset :
- The dataset contains about 50000 images (some corrupt images were removed).
### The training :
- We fine-tuned YOLOv10m with this configuration :
Model: yolov10m.pt
Epochs: 10
Batch: 66
device: [0,1,2,3,4,5] (GPU L4 x 6)
size : imgsz=[794] |