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

Corrupt JPEG data: 211 extraneous bytes before marker 0xd9 #5608

Open
wen020 opened this issue Sep 24, 2024 · 0 comments
Open

Corrupt JPEG data: 211 extraneous bytes before marker 0xd9 #5608

wen020 opened this issue Sep 24, 2024 · 0 comments
Labels

Comments

@wen020
Copy link

wen020 commented Sep 24, 2024

What I need help with / What I was wondering
I have a training task. And my data is a bunch of videos. When I use tfds as dataload, it will generate tf record for me first, but when I train, the following error will appear.
image

What I've tried so far
To solve this problem, I tried to use dataset = dataset.ignore_errors() to skip these problematic videos, but this method does not seem to work

It would be nice if...

Environment information
ubuntu
Python 3.10.12
tensorflow 2.17.0
tensorflow-datasets 4.9.6

@wen020 wen020 added the help label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant