Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: could not convert string to float: 'DontCare' #9

Open
beratersari opened this issue Jan 23, 2024 · 3 comments
Open

ValueError: could not convert string to float: 'DontCare' #9

beratersari opened this issue Jan 23, 2024 · 3 comments

Comments

@beratersari
Copy link

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

@Phonlin
Copy link

Phonlin commented Feb 11, 2024

I have same question.

@1QingHuan
Copy link

how to slove?

@Phonlin
Copy link

Phonlin commented Apr 2, 2024

how to slove?

What is your database?

I previously used the incorrect database "Tracking," resulting in this situation.
Please exercise caution by using the "Object" database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants