-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Torchvision - can't extract Caltech256 #4127
Labels
Comments
p.s. similar thing happens for CalTech101:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug
When I try to download Caltech256 dataset via
torchvision
, an empty file is downloaded.-rw-r--r-- 1 ikkamens staff 0B Jun 26 12:05 256_ObjectCategories.tar
I get following error:
To Reproduce
Run:
Expected behavior
No exception, some images in the dataset in usable format.
Environment
Collecting environment information...
PyTorch version: 1.9.0
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: macOS 10.14.6 (x86_64)
GCC version: Could not collect
Clang version: 11.0.0 (clang-1100.0.33.17)
CMake version: version 3.16.5
Libc version: N/A
Python version: 3.8 (64-bit runtime)
Python platform: macOS-10.14.6-x86_64-i386-64bit
Is CUDA available: False
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Versions of relevant libraries:
[pip3] numpy==1.19.5
[pip3] torch==1.9.0
[pip3] torchvision==0.10.0
[conda] Could not collect
Additional context
A .tar archive is actually (partially?) downloaded. However, I can't extract it manually as well:
(venv) ~/P/p/c/caltech256 $ tar -xf caltech256/caltech256/256_ObjectCategories.tar imgs
tar: Error opening archive: Failed to open 'caltech256/caltech256/256_ObjectCategories.tar'
cc @fmassa @vfdev-5 @pmeier
The text was updated successfully, but these errors were encountered: