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
should be self.annotations = pd.read_csv(csv_file, header=None), otherwise the first line of the file is used as header and thus not used in training/testing
The text was updated successfully, but these errors were encountered:
Hi just wanna report a small mistake in YOLO dataset.py
should be self.annotations = pd.read_csv(csv_file, header=None), otherwise the first line of the file is used as header and thus not used in training/testing
The text was updated successfully, but these errors were encountered: