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

i got a bug, at get value #93

Open
LiaoRiYang opened this issue Mar 6, 2024 · 0 comments
Open

i got a bug, at get value #93

LiaoRiYang opened this issue Mar 6, 2024 · 0 comments

Comments

@LiaoRiYang
Copy link

if i use CVAT create tfrecord, when i read it will work, but some tfrecord, will got wrong.

value = value[0]

then i find sometime it (value) will be a empty list,
so i changed

if len(value)==0:
    value = value
else:
    value = value[0]
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

1 participant