The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
~~~~~~~~~~~~~~~~~~~~~~~~~^
StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 81, in _split_generators
first_examples = list(islice(pipeline, self.NUM_EXAMPLES_FOR_FEATURES_INFERENCE))
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 32, in _get_pipeline_from_tar
fs: fsspec.AbstractFileSystem = fsspec.filesystem("memory")
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 302, in filesystem
cls = get_filesystem_class(protocol)
File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 239, in get_filesystem_class
raise ValueError(f"Protocol not known: {protocol}")
ValueError: Protocol not known: memory
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 71, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
~~~~~~~~~~~~~~~~~~~~~~~^
path=dataset,
^^^^^^^^^^^^^
config_name=config,
^^^^^^^^^^^^^^^^^^^
token=hf_token,
^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
path,
...<6 lines>...
**config_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
VIGOR-M
VIGOR-M is distributed as four city image archives plus one common metadata
archive. Every archive extracts into the same top-level VIGOR-M/ directory.
Files
| Archive | Size | SHA-256 |
|---|---|---|
Chicago.tar.gz |
26.81 GiB | c3b57cc6b22469d37132ed1ab1928c9bc9f4ec2106246f4a226ad9e83d6e315c |
NewYork.tar.gz |
39.14 GiB | 2c1fbc296dd7aba2d3b0e9bcb5edef1b2370bcbf8f6e7ccf7ef1264a681f2fa4 |
SanFrancisco.tar.gz |
29.85 GiB | 772fc3e784243a77078716351f3cccce9ca6e1a62cc41591356d5502d24b1fe7 |
Seattle.tar.gz |
35.68 GiB | a1b21f51fb10d13eb10ad74686cdc8cb0c8c9f59ce812b37b87b8dcb56b6d319 |
metadata.tar.gz |
0.03 GiB | 94dc852d768ca1aecab9ae5bad4b1af325345c810df9eeebdd5dd19c45391e41 |
Download all five archives for the complete dataset. Then verify and extract:
sha256sum -c SHA256SUMS
mkdir -p dataset
for archive in Chicago.tar.gz NewYork.tar.gz SanFrancisco.tar.gz Seattle.tar.gz metadata.tar.gz; do
tar -xzf "$archive" -C dataset
done
The resulting data root is dataset/VIGOR-M. The four city archives contain
panoramas/<city>, satellite/<city>/L0..L3, and the corresponding city CSVs.
metadata.tar.gz contains the frozen global splits, city bounds, panorama north
headings, manifest, release notes, and verification tool.
The panorama and satellite imagery may be governed by third-party terms. This
repository does not assert a new license for those pixels; review
VIGOR-M/DATA_LICENSE.md before redistribution.
- Downloads last month
- -