Skip to content

tum-pbs/pbdl-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dataset handling for physics-based deep learning tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages