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
from train import *
File "/media/ekin/Media7/berat-projects/YOLOv8-3D/train.py", line 129, in <module>
all_objs, dims_avg = parse_annotation(label_dir, image_dir)
File "/media/ekin/Media7/berat-projects/YOLOv8-3D/train.py", line 103, in parse_annotation
occluded = np.abs(float(line[2]))
ValueError: could not convert string to float: 'DontCare'
How is the organization of the dataset? I got that error
The text was updated successfully, but these errors were encountered:
How is the organization of the dataset? I got that error
The text was updated successfully, but these errors were encountered: