You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the preprocessing file, the data is first converted to YOLO format, then COCO. The problem is that the data is shuffled at both steps, resulting in random non-matching data splits. Both splits should be identical, otherwise how could we compare both methods???
There should be a JSON or YML file with a hardcoded data split. Both preprocess_data_coco() and preprocess_data_yolo() should split the data identically.
The text was updated successfully, but these errors were encountered:
In the preprocessing file, the data is first converted to YOLO format, then COCO. The problem is that the data is shuffled at both steps, resulting in random non-matching data splits. Both splits should be identical, otherwise how could we compare both methods???
There should be a JSON or YML file with a hardcoded data split. Both
preprocess_data_coco()
andpreprocess_data_yolo()
should split the data identically.The text was updated successfully, but these errors were encountered: