Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 977 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 977 Bytes

Installation

With this command, you can install the package directly from GitHub:

pip install git+https://github.com/tum-pbs/pbdl-dataset

Update the package with this command:

pip install --upgrade git+https://github.com/tum-pbs/pbdl-dataset

You can also install the unstable development version:

pip install git+https://github.com/tum-pbs/pbdl-dataset@develop

Quick Guide

A quick guide with examples can be found in the wiki. The code examples from the quick guide can also be found in this Jupyter notebook.

Public datasets

All currently available public datasets are listed on this page.

Testing

You can run the tests with the following command:

python -m unittest discover

Note that you need an internet connection as the tests require global datasets that you may not have cached.