yufu-wang / tram

TRAM: Global Trajectory and Motion of 3D Humans from in-the-wild Videos
MIT License
235 stars 16 forks source link

Docker Image Uploaded #10

Open aza1200 opened 5 months ago

aza1200 commented 5 months ago

Hello, I uploaded docker images for tram

Here is the Docker Link : https://hub.docker.com/r/aza1200/tram/tags

After Installing Nvidia Container toolkit==11.8 You can download by Command

docker pull aza1200/tram:latest

Here is the Command

sudo docker run -v .:/tmp/ --rm --gpus all --env PATH="/root/miniconda3/bin:${PATH}" -w /tmp tram/model_setup:version6 python scripts/detect_track_video.py --video "./example_video.mov" --visualization

sudo docker run -v .:/tmp/ --rm --gpus all --env PATH="/root/miniconda3/bin:${PATH}" -w /tmp tram/model_setup:version6 python scripts/slam_video.py --video "./example_video.mov" --img_focal 600 

sudo docker run -v .:/tmp/ --rm --gpus all --env PATH="/root/miniconda3/bin:${PATH}" -w /tmp tram/model_setup:version6 python scripts/vimo_video.py --video "./example_video.mov"

sudo docker run -v .:/tmp/ --rm --gpus all --env PATH="/root/miniconda3/bin:${PATH}" -w /tmp tram/model_setup:version6 python scripts/tram_video.py --video "./example_video.mov"