Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/dgpPublic

ML Dataset Governance Policy for Autonomous Vehicle Datasets

License

NotificationsYou must be signed in to change notification settings

TRI-ML/dgp

Repository files navigation

Dataset Governance Policy (DGP)

build-dockerlicenseopen-issuescoverage badgedocs

To ensure the traceability, reproducibility and standardization for all MLdatasets and models generated and consumed within Toyota Research Institute(TRI), we developed the Dataset-Governance-Policy (DGP) that codifies the schemaand maintenance of all TRI's Autonomous Vehicle (AV) datasets.

3d-viz-proj

Components

  • Schema:Protobuf-based schemas forraw data, annotations and dataset management.
  • DataLoaders: Universal PyTorch DatasetClass to load allDGP-compliant datasets.
  • CLI: Main CLI for handling DGP datasets and the entrypoint ofvisulization tools.

Getting Started

Please seeGetting Started for environment setup.

Getting started is as simple as initializing a dataset-class with the relevantdataset JSON, raw data sensor names, annotation types, and split information.Below, we show a few examples of initializing a Pytorch dataset for multi-modallearning from 2D bounding boxes, and 3D bounding boxes.

fromdgp.datasetsimportSynchronizedSceneDataset# Load synchronized pairs of camera and lidar frames, with 2d and 3d# bounding box annotations.dataset=SynchronizedSceneDataset('<dataset_name>_v0.0.json',datum_names=('camera_01','lidar'),requested_annotations=('bounding_box_2d','bounding_box_3d'),split='train')

Examples

A list of starter scripts are provided in theexamples directory.

Build and run tests

You can build the base docker image and run the tests withindocker containervia:

make docker-buildmake docker-run-tests

Build the Python wheel.

make build

For setup local developement.

make develop

Runing the test using local development environment.

maketest

Versioning

This repository adheres toPEP 440 forversioning.

Contributing

We appreciate all contributions to DGP! To learn more about making acontribution to DGP, please seeContribution Guidelines.

CI Ecosystem

JobCINotes
docker-buildBuild StatusDocker build and push tocontainer registry
pre-mergeBuild StatusPre-merge testing
doc-genBuild StatusGitHub Pages doc generation
coverageBuild StatusCode coverage metrics and badge generation

💬 Where to file bug reports

TypePlatforms
🚨Bug ReportsGitHub Issue Tracker
🎁Feature RequestsGitHub Issue Tracker

👩‍💻 The Team 👨‍💻

DGP is developed and currently maintained byQuincy Chen, Arjun Bhargava, ChaoFang, Chris Ochoa and Kuan-Hui Lee from ML-Engineering team atToyota Research Institute (TRI), with contributionscoming from ML-Research team at TRI,Woven Planet andParallel Domain.

About

ML Dataset Governance Policy for Autonomous Vehicle Datasets

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp