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

Commits on Jan 27, 2020

  1. Monocular Total Capture NVIDIA Docker Image

    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).
    neccam committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    4a0568d View commit details
    Browse the repository at this point in the history