Open
Description
🚀 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