Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
khsyee
/
sam-vit-h-encoder-torchscript
like
0
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
dade68c
sam-vit-h-encoder-torchscript
/
Makefile
khsyee
Change using wrapper. but fail
1c1cd5e
almost 3 years ago
raw
Copy download link
history
blame
Safe
147 Bytes
PYTHON=3.9
BASENAME=sam-vit-h-encoder-torchscript
env:
conda create -n
$(BASENAME)
python=
$(PYTHON)
-y
setup:
pip install -r requirements.txt