Installation
Configuration
To use GenMotion, first download the source code
(.venv) $ git clone https://github.com/realvcla/GenMotion.git
or directly download from original source github
Then install from source code
(.venv) $ cd GenMotion
(.venv) $ pip install .
or you can install GenMotion directly from the pip library with:
(.venv) $ pip3 install genmotion
Requirements
We developed this package under the same configuration as Pytorch
Note
We developed this library under torch.__version__ 1.7.1,
Some features may require additional dependencies:
# To enable transformer-based model architectures, please install Huggingface Transformers # To enable notebook-featured tutorials, please install Jupyter Notebook