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
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.
All currently available public datasets are listed on this page.
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.