Skip to content

YOLO builtin dataset #7861

Open
Open
@nadinator

Description

@nadinator

🚀 The feature, motivation and pitch

A builtin torch.utils.data.DataSet for the YOLOv8 object detection model.
I've been working with this model for a while and I've had to use the ultralytics package for most of the work.
The problem is that this package is riddled with bugs, and trying to get help usually amounts to getting a GPT-generated reponse. So instead I've been going lower-level with the model and dataset that I have, which means that I've had to write my own custom dataset (extending the Dataset class). It would the life of any future programming a lot easier to not have to do this.

Alternatives

No response

Additional context

No response

cc @pmeier

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions