Terra Incognita dataset download
See original GitHub issueThanks again for the nice work. I am currently working on a new approach for domain generalization, your code/framework has been of great help. I just have a problem downloading the Terra Incognita dataset.
python3 download.py --data_dir $DATA_DIR
Downloading...
From: http://www.vision.caltech.edu/~sbeery/datasets/caltechcameratraps18/eccv_18_all_images_sm.tar.gz
To: terra_incognita/terra_incognita_images.tar.gz
Traceback (most recent call last):
File "/home/rame/anaconda3/envs/bias/lib/python3.7/tarfile.py", line 1646, in gzopen
t = cls.taropen(name, mode, fileobj, **kwargs)
File "/home/rame/anaconda3/envs/bias/lib/python3.7/tarfile.py", line 1623, in taropen
return cls(name, mode, fileobj, **kwargs)
File "/home/rame/anaconda3/envs/bias/lib/python3.7/tarfile.py", line 1486, in __init__
self.firstmember = self.next()
File "/home/rame/anaconda3/envs/bias/lib/python3.7/tarfile.py", line 2289, in next
tarinfo = self.tarinfo.fromtarfile(self)
File "/home/rame/anaconda3/envs/bias/lib/python3.7/tarfile.py", line 1094, in fromtarfile
buf = tarfile.fileobj.read(BLOCKSIZE)
File "/home/rame/anaconda3/envs/bias/lib/python3.7/gzip.py", line 287, in read
return self._buffer.read(size)
File "/home/rame/anaconda3/envs/bias/lib/python3.7/_compression.py", line 68, in readinto
data = self.read(len(byte_view))
File "/home/rame/anaconda3/envs/bias/lib/python3.7/gzip.py", line 474, in read
if not self._read_gzip_header():
File "/home/rame/anaconda3/envs/bias/lib/python3.7/gzip.py", line 422, in _read_gzip_header
raise OSError('Not a gzipped file (%r)' % magic)
OSError: Not a gzipped file (b'<!')
The links in “http://www.vision.caltech.edu/~sbeery/datasets/caltechcameratraps18/eccv_18_all_images_sm.tar.gz” and here “http://www.vision.caltech.edu/~sbeery/datasets/caltechcameratraps18/eccv_18_all_annotations.tar.gz” seem inactive. I could not find more information on the original dataset website https://beerys.github.io/CaltechCameraTraps/.
I am not sure you can do anything about it, but just to let you know. Sincerely Alexandre Ramé
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Terra Incognita download | SourceForge.net
Download Terra Incognita for free. GPS mapping and management software. Program for downloading web source maps or local files maps for ...
Read more >Download high spatial resolution terra incognita images
In this short course, I will quickly show you how to download Terra Incognita images. Terra Incognita images constitute a useful source of...
Read more >[1807.04975] Recognition in Terra Incognita - arXiv
We present a dataset designed to measure recognition generalization to novel environments. The images in our dataset are harvested from ...
Read more >Recognition in Terra Incognita - ECVA
Recognition in Terra Incognita. Sara Beery, Grant Van Horn, and Pietro Perona ... dataset designed to measure recognition generalization to novel environ-.
Read more >Domain Generalization on TerraIncognita - Papers With Code
Rank Model Average Accuracy Year
1 MIRO (RegNetY‑16GF, SWAD) 64.3 2022
2 CAR‑FT (CLIP, ViT‑B/16) 61.9 2022
3 Ensemble of Averages (RegNetY‑16GF) 61.1 2021
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, the zipped small images and metadata files are uploaded! You can access them here:
small images: https://lilablobssc.blob.core.windows.net/caltechcameratraps/eccv_18_all_images_sm.tar.gz
metadata: https://lilablobssc.blob.core.windows.net/caltechcameratraps/eccv_18_annotations.tar.gz
Let me know if there are any other issues!!
We had a server change at Caltech which resulted in the data being hosted solely on LILA. You can absolutely build that resized subset from the full dataset if you’re in a rush, in the meantime I’ll try to surface that zip to make it easier in the future 😃