With this command, you can install the package:
pip install pbdl
Update the package with this command:
pip install --upgrade pbdl
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.