Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monocular Total Capture NVIDIA Docker Image #35

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

neccam
Copy link
Contributor

@neccam neccam commented Jan 27, 2020

Download and install NVIDIA Docker

  • Building the Docker Image:
    docker build . --tag mtc
  • Running the Docker Image:
    xhost local:root
    docker run --gpus 0 -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY -e XAUTHORITY -e NVIDIA_DRIVER_CAPABILITIES=all mtc
  • Once inside (should be in /opt/mtc by default):
    bash run_pipeline.sh example_speech -f

Tested on Ubuntu 16.04 and 18.04 with Titan Xp and Titan X Maxwell (External w/Razer Core).

Download and install NVIDIA Docker

- Building the Docker Image:
  docker build . --tag mtc
- Running the Docker Image:
  xhost local:root
  docker run --gpus 0 -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY -e XAUTHORITY -e NVIDIA_DRIVER_CAPABILITIES=all mtc
- Once inside (should be in /opt/mtc by default):
  bash run_pipeline.sh example_speech -f

Tested on Ubuntu 16.04 and 18.04 with Titan Xp and Titan X Maxwell (External w/Razer Core).
@xiangdonglai xiangdonglai merged commit f69a12e into CMU-Perceptual-Computing-Lab:master Apr 27, 2020
@xiangdonglai
Copy link
Collaborator

Thank you for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants