This project is a single-image to 3D model generator that combines Meta Segment Anything Model 3 (SAM 3) and TripoSR.
.obj file directly within the browser interface.To run this application, use the provided sam3d_colab.ipynb notebook on a GPU instance (T4 or A100):
!git clone https://github.com/pluto-hiss/sam /content/sam
%cd /content/sam
!pip install "setuptools<81"
!pip install -r requirements.txt
!git clone https://github.com/VAST-AI-Research/TripoSR.git
!python test_3d_pipeline.py
!python app.py
23 commits
Python
91.7%
Jupyter Notebook
8.3%
This project is a single-image to 3D model generator that combines Meta Segment Anything Model 3 (SAM 3) and TripoSR.
.obj file directly within the browser interface.To run this application, use the provided sam3d_colab.ipynb notebook on a GPU instance (T4 or A100):
!git clone https://github.com/pluto-hiss/sam /content/sam
%cd /content/sam
!pip install "setuptools<81"
!pip install -r requirements.txt
!git clone https://github.com/VAST-AI-Research/TripoSR.git
!python test_3d_pipeline.py
!python app.py
23 commits
Python
91.7%
Jupyter Notebook
8.3%