Skip to main content

Datasets for scene understanding and neural rendering.

Project description

Scene understanding datasets

Unittests PyPI version

SunDs is a collection of ready-to-use datasets for scene understanding tasks (3d object detection, semantic segmentation, nerf rendering,...). It provides:

  • An API to easily load datasets to feed into your ML models.
  • A collection of ready-to-use datasets.
  • Helper tools to create new datasets.
import sunds

ds = sunds.load('nerf_synthetic/lego', split='train', task=sunds.task.Nerf())
for ex in ds:
  ex['ray_origin']

To use sunds, see the documentation:

This is not an official Google product.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sunds-0.4.1.tar.gz (2.4 MB view hashes)

Uploaded Source

Built Distribution

sunds-0.4.1-py3-none-any.whl (2.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page