Skip to content

From a selection of data from the Roboflow file https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1/dataset/1, which represents a reduced but homogeneous version of that file, a model is obtained based on yolov10 with that custom dataset to indicate fractures in x-rays.

Notifications You must be signed in to change notification settings

ablanco1950/Fracture.v1i_Reduced_Yolov10

Repository files navigation

Fracture.v1i_Reduced_Yolov10

From a selection of data from the Roboflow file https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1/dataset/1, which represents a reduced but homogeneous version of that file, a model is obtained based on yolov10 with that custom dataset to indicate fractures in x-rays.

By using only 147 images, training is allowed using a personal computer without GPU

=== Installation:

Download all project datasets to a folder on disk.

Install yolov10 following the instructions given at:

https://blog.roboflow.com/yolov10-how-to-train/

which are reduced to

!pip install -q git+https://github.com/THU-MIG/yolov10.git

And download from https://github.com/THU-MIG/yolov10/releases the yolov10n.pt model. In case this operation causes problems, this file is attached with the rest of the project files.

To download the dataset you have to register as a roboflow user, but to simplify it, the compressed files for train, valid and test are attached: trainFractureOJumbo1.zip, validFractureOJumbo1.zip and testFractureOJumbo1.zip obtained by selecting the images that start with names 0 -_Jumbo-1 of the original file obtaining a reduced number of images that allow training with yolov10 on a personal computer without GPU

Some zip decompressors duplicate the name of the folder to be decompressed; a folder that contains another folder with the same name should only contain one. In these cases it will be enough to cut the innermost folder and copy it to the project folder.

=== Test:

It is executed:

EvaluateTESTFractureYolov10.py

The x-rays are presented on the screen with a blue box indicating the prediction and a green box indicating the label. The console indicates the images in which no fracture has been detected. Of the 9 images, 6 appear correctly detected and marked and 3 could not be detected. The results are much lower than those obtained by testing the 9 images with https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1/model/1 where only 1 is not detected

=== Training

The project comes with an optimized model: last128epoch060003.pt

To obtain this model, the following has been executed:

TrainFractureYolov10OJumbo1.py

which uses the .yaml file:

FractureYolov10OJumbo1.yaml

File with the Log is attached:

LOG_200epochMultiScale.txt

The training results with the best.pt and last.pt models are obtained at the address: runs\train\exp\weights

With the following warnings:

In FractureYolov10OJumbo1.yaml the absolute addresses of the project appear assuming that it has been installed on disk C:, if it has another location these absolute addresses will have to be changed.

The best result has been found in the last.pt of 128 epoch, although when reaching the end, in 200 epoch, it seems that the values ​​of mAP50 and mAP50-95 are better. Which would indicate that the training has overfitting

=== References and citations:

https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1/dataset/1

@misc{ fracture-ov5p1_dataset, title = { fracture Dataset }, type = { Open Source Dataset }, author = { landy }, howpublished = { \url{ https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1 } }, url = { https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1 }, journal = { Roboflow Universe }, publisher = { Roboflow }, year = { 2024 }, month = { apr }, note = { visited on 2024-06-09 }, }

https://blog.roboflow.com/yolov10-how-to-train/ James Gallagher, Piotr Skalski. (May 24, 2024). How to Fine-Tune a YOLOv10 Model on a Custom Dataset. Roboflow Blog: https://blog.roboflow.com/yolov10-how-to-train/

https://medium.com/@huzeyfebicakci/custom-dataset-training-with-yolov10-a-deep-dive-into-the-latest-evolution-in-real-time-object-ab8c62c6af85

https://github.com/ablanco1950/Fracture.v1i_Reduced_YoloFromScratch

About

From a selection of data from the Roboflow file https://universe.roboflow.com/landy-aw2jb/fracture-ov5p1/dataset/1, which represents a reduced but homogeneous version of that file, a model is obtained based on yolov10 with that custom dataset to indicate fractures in x-rays.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages