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
4.76k stars 742 forks source link

Minor mistake in yolov8 notebook instruction on yolo version custom dataset download format #278

Open by12380 opened 1 month ago

by12380 commented 1 month ago

Search before asking

Notebook name

https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov8-instance-segmentation-on-custom-dataset.ipynb#scrollTo=6JHICVjZbVKn

Bug

In this notebook training using yolov8, instruction in the link above (Step 4: Exporting Dataset) says "Click Export and select the YOLO v5 PyTorch dataset format", but I believe should be "YOLO v8", not "YOLO v5 PyTorch".

Environment

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?