Spaces:
Runtime error
Runtime error
File size: 202 Bytes
3cb3d90 |
1 2 3 4 5 6 7 |
conda create -n caption_anything python=3.8 -y
source activate caption_anything
pip install -r requirement.txt
cd segmenter
wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
|