Hi
In the meantime I adapted my pipeline to have black and white pictures 640x640. I have labeled 460 Images but I have still the same issue. If I check the train_batch images there are still no bounding boxes.
However if I take a picture and manually draw a bounding box with the coordinates from the label.txt file it looks fine.
I’m not anymore sure if my file structure is correct.
yaml file looks like that:
path: /Users/az/PycharmProjects/planpipeline/trainMotorsBlackWhite
train: train/images
val: val/images
nc: 1
names: ['Motor']
The labels are on train/labels and val/labels
