Decathlon / Decathlon/decavision
Image overflow error
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description

Found this bug when trying to unzip 26 000 images from gdrive. The solution I found was to unzip with a command line in the Colab terminal and it did the trick.
`!unzip gdrive/MyDrive/image_dataset.zip > /dev/null`
Maybe updating to PyDrive2 might solve the issue, but i am not shure !
Contributor guide
Assessment
This issue has not been assessed yet.