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.27k stars 814 forks source link

Add YOLOv8 Oriented Bounding Boxes notebook #246

Closed capjamesg closed 7 months ago

capjamesg commented 7 months ago

Description

This PR adds a notebook to accompany our YOLOv8 Oriented Bounding Boxes tutorial.

Type of change

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

This notebook has been tested by running all cells on the pre-set solar panel dataset.

Any specific deployment considerations

N/A

Docs

N/A

SkalskiP commented 7 months ago

The link to the blog post is incorrect.

Screenshot 2024-02-06 at 22 48 56

SkalskiP commented 7 months ago

I would suggest to uncomment !pip install supervision -q and pin specific version.

capjamesg commented 7 months ago

I have made all the requested changes listed above.

SkalskiP commented 7 months ago

@capjamesg good work! 🔥