Skip to content

Commit

Permalink
added locomotion_rot
Browse files Browse the repository at this point in the history
  • Loading branch information
simonalexanderson committed Dec 12, 2020
1 parent 0191b8d commit da54567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion motion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from .datasets import Locomotion, Trinity
from .datasets import Locomotion, Locomotion_rot, Trinity

Datasets = {
"locomotion": Locomotion,
"locomotion_rot": Locomotion_rot,
"trinity": Trinity
}

0 comments on commit da54567

Please sign in to comment.