Empty annotation txt prevents conversion
Opened this issue · 0 comments
Octribin commented
I purposely have several annotation txt files without any labels in my data set. While I think it's ok to get a warning, I still want to be able to convert the dataset.
It seems like YOLO-TO-AUTOML/Form1.cs line 43 is responsible for preventing a successful conversion with NULL annotations. Maybe a good way would be to skip those files?