Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 682 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 682 Bytes

TripoSR

Demo abstract

TripoSR predicts a 3D model (Output, ply file) from an image (Input, png file).

Demo implementation info

Demo enviroment

  • GPU: RTX2080Ti

Demo process

  1. Build a docker image and container, and then start the container on Host machine bash:
    bash docker_buildrun.sh
  2. Run a prediction demo on Host machine bash:
    bash image_to_3d.sh <input image path> <output dir path>
    # ex: bash image_to_3d.sh impl/examples/hamburger.png outputs