File size: 3,469 Bytes
c816b42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Objectron Videos Mirror

This repository is a videos-only mirror of the official Objectron dataset, prepared for hosting on Hugging Face.

Official source repository:
- https://github.com/google-research-datasets/Objectron

## Purpose

- Provide a clean and upload-friendly copy of Objectron video files.
- Keep directory layout aligned with official dataset conventions.
- Simplify distribution for downstream training and research workflows.

## What Is Included

This mirror currently contains only video files.

Included:
- `videos/<class>/batch-<i>/<j>/<video>.MOV`

Not included in this mirror:
- annotation protobufs (for example `geometry.pbdata`)
- AR metadata protobufs
- tf.records / sequence examples
- index files and train/test split files
- parsing/evaluation scripts

For full dataset assets and tooling, use the official repository and storage paths.

## Directory Layout

The video files follow the official Objectron layout pattern:

- `videos/class/batch-i/j/video.MOV`

Current class folders may include:
- `bike`
- `book`
- `bottle`
- `camera`
- `cereal_box`
- `chair`
- `cup`
- `laptop`
- `shoe`

## License

This repository follows the official Objectron licensing terms.

Objectron is released under:
- Computational Use of Data Agreement 1.0 (C-UDA-1.0)
- https://github.com/microsoft/Computational-Use-of-Data-Agreement

A copy of the license is included in [LICENSE](LICENSE).

## Attribution

If you use Objectron data, please cite the official Objectron paper and follow attribution guidance from the official repository:
- https://github.com/google-research-datasets/Objectron

## Acknowledgment

We thank the Objectron team and the official maintainers for providing this dataset and related resources. These contributions were instrumental in the successful completion of our work: [ConsID-Gen](https://mingyang.me/ConsID-Gen/).

Objectron is a large-scale, object-centric video dataset with pose annotations and has made important contributions to 3D understanding and related vision research.

This repository is only a videos-only mirror for easier access and distribution.

## Disclaimer

- This repository is not an official Google release.
- We cannot guarantee that the number of videos in this mirror exactly matches the counts reported in the original Objectron paper or official storage.
- The contents here only include video files available from our local download process.

## Citation

If you found the original Objectron dataset useful, please cite the official paper.

```bibtex
@article{objectron2021,
	title={Objectron: A Large Scale Dataset of Object-Centric Videos in the Wild with Pose Annotations},
	author={Adel Ahmadyan, Liangkai Zhang, Artsiom Ablavatski, Jianing Wei, Matthias Grundmann},
	journal={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
	year={2021}
}
```

This is not an officially supported Google product. If you have any question, you can email us at objectron@google.com or join our mailing list at objectron@googlegroups.com.

```bibtex
@misc{wu2026considgenviewconsistentidentitypreservingimagetovideo,
	title={ConsID-Gen: View-Consistent and Identity-Preserving Image-to-Video Generation}, 
	author={Mingyang Wu and Ashirbad Mishra and Soumik Dey and Shuo Xing and Naveen Ravipati and Hansi Wu and Binbin Li and Zhengzhong Tu},
	year={2026},
	eprint={2602.10113},
	archivePrefix={arXiv},
	primaryClass={cs.CV},
	url={https://arxiv.org/abs/2602.10113},
}
```