gdlg / simple-waymo-open-dataset-reader

Simple Waymo Open Dataset Reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Waymo Open Dataset Reader

This is a simple file reader for the Waymo Open Dataset which does not depend on TensorFlow and Bazel. The main goal is to be able to quickly integrate Waymo’s dataset with other deep learning frameworks without having to pull tons of dependencies. It does not aim to replace the whole framework, especially the evaluation metrics that they provide.

Installation

Use the provided setup.py:

python setup.py install

Usage

Please refer to the examples in examples/ for how to use the file reader. Refer to https://github.com/waymo-research/waymo-open-dataset/blob/master/tutorial/tutorial.ipynb for more details on Waymo’s dataset.

License

This code is released under the Apache License, version 2.0. This projects incorporate some parts of the Waymo Open Dataset code (the files simple_waymo_open_dataset_reader/*.proto) and is licensed to you under their original license terms. See LICENSE file for details.

About

Simple Waymo Open Dataset Reader

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%