joshbrun / ExerciseDataCollection

ExerciseDataCollection is the preprocessing system for our BE(Hons) honors project. Automatic system to download, extract, process and create trainable models via skeletal mapping via OpenPose.
2 stars 0 forks source link

Test development #21

Closed joshbrun closed 6 years ago

joshbrun commented 6 years ago

Adding some test for some of the datacollection methods.

using pythons built in unittest module run test from root dir with:

python -m unittest

NathanHenderson commented 6 years ago

LGTM