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

本来就是有BUG ---- labels, shapes = zip(*[cache[x] for x in self.img_files]) #14

Open
cqray1990 opened this issue May 15, 2021 · 2 comments

Comments

@cqray1990
Copy link

labels, shapes = zip(*[cache[x] for x in self.img_files])

TypeError: zip argument #82 must support iteration

@CVUsers
Copy link
Owner

CVUsers commented May 15, 2021 via email

@thirttyyy
Copy link

The bug was caused by the format error of the 000129.JPG in the dataset, rename to 000129.jpg, I solve the bug by doing this.

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