Skip to content

Commit

Permalink
clarify installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEMG authored Jan 22, 2021
1 parent f9ad7f8 commit 03aec7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ We share the data for analysis (activations, etc. contained in 'analysis-data'):

# Installation, software & requirements

Dataset generation requires [OpenSim](https://opensim.stanford.edu/) and the network training requires [TensorFlow](https://www.tensorflow.org/). To easily reproduce our computational environment incl. the dependencies we are sharing a Docker container with OpenSim binaries and TensorFlow. It is available here: https://hub.docker.com/r/pranavm19/opensim/tags
This project comrpises multiple parts, which is why there are also two different computing environments for reproducing the results. Below, provide a docker container for creating the PCR dataset and training the models and a conda enviroment for analyzing the models. These environments are not cross-compatible.

## Creating the dataset/training DNNs (via docker)

## Creating the dataset (via docker)
Dataset generation requires [OpenSim](https://opensim.stanford.edu/) and the network training requires [TensorFlow](https://www.tensorflow.org/). To easily reproduce our computational environment incl. the dependencies we are sharing a Docker container with OpenSim binaries and TensorFlow. It is available here: https://hub.docker.com/r/pranavm19/opensim/tags

Starting the docker container from the image. After pulling the docker image from the docker hub, in the terminal, start the container with the following command:

Expand Down

0 comments on commit 03aec7b

Please sign in to comment.