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.
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
[x] Bug fix (non-breaking change which fixes an issue)
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.
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