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] |