GitPedia
google-research-datasets

google-research-datasets/Objectron

Objectron is a dataset of short, object-centric video clips. In addition, the videos also contain AR session metadata including camera poses, sparse point-clouds and planes. In each video, the camera moves around and above the object and captures it from different views. Each object is annotated with a 3D bounding box. The 3D bounding box describes the object’s position, orientation, and dimensions. The dataset contains about 15K annotated video clips and 4M annotated images in the following categories: bikes, books, bottles, cameras, cereal boxes, chairs, cups, laptops, and shoes

2 Releases
Latest: 4y ago
3D Object Detection Modelsv0.1.1LatestPre-release
ahmadyanahmadyan·4y ago·July 7, 2021
GitHub

The full set of models (for EfficientNet and MobilePose) are available for download at Objectron bucket. These models can be used to predict the 3D object poses from RGB images. Example usage, including Mobile, Python, and Web API are available via [Mediapipe](https://google.github.io/mediapipe/solutions/objectron). To list/download the models, use `gsutil ls gs://objectron/models`

Objectron v0.1.0 - camera pose refinement + Python and Web APIv0.1.0
lzhang57lzhang57·5y ago·April 7, 2021
GitHub

📋 Changes

  • Objectron [Paper](https://arxiv.org/abs/2012.09988) to appear in CVPR-2021.
  • Python and Web API for Objectron models (available via [Mediapipe](https://google.github.io/mediapipe/solutions/objectron#python-solution-api), [Python colab](https://mediapipe.page.link/objectron_py_colab)).
  • Objectron models now offer a ready-to-use yet customizable Python solution as part of the prebuilt Mediapipe Python package.
  • The Mediapipe Python package is available on [PyPI]( https://pypi.org/project/mediapipe/) for Linux, macOS and Windows.
  • Camera pose refinement via offline [bundle adjustment](https://en.wikipedia.org/wiki/Bundle_adjustment).
  • We updated the camera pose with more accurate poses obtained from running offline global bundle adjustment on the video.
  • The updated pose is very useful for applications that require more accurate and consistent camera poses, such as [NeRF](https://www.matthewtancik.com/nerf).
  • Community spotlight: Objectron is available via [ActiveLoop hub](https://www.activeloop.ai/).