Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('imagefolder', {}), NamedSplit('validation'): ('webdataset', {})}
Error code:   FileFormatMismatchBetweenSplitsError

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.

ImageNet-1K-Camera

camera map collage

Per-image camera parameter annotations for the full ImageNet-1K dataset (1,000 training classes + the 50,000-image validation split, ~1.35M images), captioned by the Puffin-World model.

The collage above visualizes the camera maps on sample images — each pair shows the up field (green arrows: the projected gravity-up direction) and the latitude field (colored contours: angle above/below the horizon).

Format

The archive mirrors the source ImageNet WebDataset layout: one .tar per source shard (n*.tar per class, plus val.tar), each containing one .json per image whose name matches the source image stem.

Each JSON holds the predicted monocular camera parameters:

Field Meaning Unit
roll camera roll radians
pitch camera pitch radians
vfov vertical field-of-view radians
k1 radial distortion coefficient
parse_ok whether the model output parsed within valid ranges bool

Example:

{"roll": 0.0123, "pitch": -0.0871, "vfov": 1.0123, "k1": 0.0000, "parse_ok": true}

Camera Parameter Distributions

Histograms of the predicted roll / pitch / vertical-FoV, train and val plotted separately (proportion of valid samples per 10° bin; parse_ok=False excluded).

Train (1,278,950 images)

train camera stats

Val (49,924 images)

val camera stats

split roll μ / med / σ pitch μ / med / σ FoV μ / med / σ
train 0.1° / 0.0° / 7.8° −7.8° / −3.7° / 15.7° 28.9° / 25.6° / 8.9°
val 0.1° / 0.0° / 8.5° −8.8° / −4.5° / 16.7° 30.3° / 27.5° / 9.1°
  • Roll is sharply peaked at 0° (images shot upright/level).
  • Pitch is slightly negative (a mild downward-looking tendency).
  • FoV concentrates in 20–40° (median ≈ 26–28°); train and val agree closely.

Dataset Download

You can download the entire dataset using the following command:

hf download KangLiao/ImageNet-1K-Camera --repo-type dataset

Caption Pipeline

Beyond this captioned dataset, we also release a complete captioning pipeline for annotating camera parameters for arbitrary datasets, analyzing camera parameter distributions, and visualizing the corresponding camera maps. The pipeline is available in our GitHub repository.

Citation

If you find the captioned dataset useful for your research or applications, please cite our paper using the following BibTeX:

  @article{liao2025puffin,
    title={Thinking with Camera: A Unified Multimodal Model for Camera-Centric Understanding and Generation},
    author={Liao, Kang and Wu, Size and Wu, Zhonghua and Jin, Linyi and Wang, Chao and Wang, Yikai and Wang, Fei and Li, Wei and Loy, Chen Change},
    journal={arXiv preprint arXiv:2510.08673},
    year={2025}
  }
Downloads last month
845

Paper for KangLiao/ImageNet-1K-Camera