Dataset Structure for YOLOv8 Training Issue:

Dataset Structure for YOLOv8 Training Issue:

I'm encountering problems while training a YOLOv8 model using a custom dataset structure. I've followed the steps outlined in Prophesee YOLOv8 tutorial and used the Prophesee ML labeling tool.


I am getting the following error:
ValueError: num_samples should be a positive integer value, but got num_samples=0

My dataset looks like this:

Dataset:
   ---Train
        ---yyy.h5
        ---yyy_bbox.npy
        ...
   ---Val
        ---zzz.h5
        ---zzz_bbox.npy
        ...
   ---data.yaml
I'd appreciate any help with formatting the dataset correctly. Are there any suggestions or changes you could recommend?

    As a Prophesee customer, join the community conversation. 
    Request your free access today.