8000 GitHub - flclain/dlp-dataset: Dragon Lake Parking Dataset by MPC Lab
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flclain/dlp-dataset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Lake Parking (DLP) Dataset API

The API to work with the Dragon Lake Parking (DLP) Dataset

The Dragon Lake Parking (DLP) Dataset contains annotated video and data of vehicles, cyclists, and pedestrians inside a parking lot. We collected it by flying a drone above the parking lot of Dragon Lake Wetland Park (龙湖湿地公园) at Zhengzhou, Henan, China.

Abundant vehicle parking maneuvers and interactions are recorded. To the best of our knowledge, this is the first and largest public dataset designated for the parking scenario (up to April 2022), featuring high data accuracy and a rich variety of realistic human driving behavior.

Authors: Xu Shen (xu_shen@berkeley.edu), Michelle Pan, Vijay Govindarajan, Neelay Velingker, Alex Wong

Model Predictive Control (MPC) Lab at UC Berkeley

Install

  1. Clone this repo
  2. With your virtualenv activated, run pip install -e . in the root directory of this repo.
  3. Place the JSON data files in the ./data directory

Usage in other projects

Import this dataset API as a package, e.g.

from dlp.dataset import Dataset as DlpDataset

Quick-start tutorials

  1. notebooks/tutorial.ipynb explains the structure of the dataset and available APIs
  2. notebooks/visualization.ipynb demonstrates the dataset by visualizing it with either matplotlib or PIL

About

Dragon Lake Parking Dataset by MPC Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.9%
  • Python 12.1%
0