install.sh 122 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
6
7
8
9
set -e
set -x

conda create -n sam2 python==3.10.16

conda activate sam2

pip install -r requirements.txt
pip install -e .