roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
5.6k stars 882 forks source link

Fix yolov8 notebook dataset formats #320

Closed LinasKo closed 1 month ago

LinasKo commented 1 month ago

Description

Each yolov8 notebook had a flaw in the dataset format. This PR bandaids it, correcting any errors found.

To spot the issues, check the next few cells after the dataset is downloaded. Modifications to the yaml file of the dataset or its folders were the main change.

This is a bandaid - not a perfect change. Though even this took days to figure out.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

I ran each notebook to completion, training the models, validated and tested the results where that functionality existed beforehand.

Any specific deployment considerations

⚠️ I did not test any deployments.

Docs