mltu icon indicating copy to clipboard operation
mltu copied to clipboard

How does the Yolov8 handle multiple bounding boxes in the dataset?

Open Rajaro72 opened this issue 8 months ago • 2 comments

I have changed my dataset into xml files for each image, however I have multiple tags as I have multiple bounding boxes in my dataset. When running the tutorial 11, the train_yolo.py has some problems. The dataset loads correctly, [None, path to annotations].

Has anyone found a way to train the model for multiple bounding boxes?

Rajaro72 avatar Jun 04 '24 15:06 Rajaro72