Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 754 Bytes

README.md

File metadata and controls

39 lines (34 loc) · 754 Bytes

Segmenation with SAM2

Summary

  • SAM2와 deepghs/imgutils의 Person Detecting을 사용한 캐릭터 Segmentation

Used

DEMO

  • Only SAM2

  • Person Dectect + SAM2

Download Checkpoint

chmod +x download.sh
# all
download.sh
# pick ex.large
download.sh --large
# tiny --tiny
# small --small
# base_plus --base
# large --large

Install

git clone https://github.com/pupba/Character-Seg.git
cd Character-Seg
chmod +x run.sh
./run.sh
# GPU의 경우
./run.sh --gpu