Skip to content

JinMinChan/Tobigs-Vision-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tobigs-Vision-Project

GroundedSam2 | Size_Estimation

Environment

  • Ubuntu 20.04
  • Python 3.10.6
  • Cuda 12.1

가상환경 생성:

conda create --name tobigs python=3.10 -y

PyTorch 및 TorchVision 종속성 설치

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

Segment Anything 2 설치

pip install -e .

Grounding DINO 설치

pip install --no-build-isolation -e grounding_dino

추가로 설치해야 할 라이브러리

pip install opencv-python supervision pycocotools transformers addict yapf timm gradio

SAM 2 사전 학습 체크포인트

cd checkpoints
bash download_ckpts.sh

Grounding Dino 사전 학습 체크포인트

cd gdino_checkpoints
bash download_ckpts.sh

Demo Script

#지정된 이미지 및 참조 물체로 결과 추출
python tobigs.py
#Gradio를 통해 이미지, 원하는 가구, 참조물체, 참조물체 크기를 Input으로 줄 수 있음
python tobigs_gradio.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published