ISAT SAM encoding backend.
Project description
ISAT_with_segment_anything_backend
Support ISAT to use remote server for SAM encoding
Deploy isat-sam-backend to a remote server.
Run isat-sam on the local machine and connect to the remote server to perform sam encoding.
Use
install
- Create a conda environment(recommended, optional)
# create environment
conda create -n isat_backend_env python=3.8
# activate environment
conda activate isat_backend_env
- Install
pip install isat-sam-backend
- Run
# default model: mobile_sam.pt
# default host: 127.0.0.1
# default port: 8000
isat-sam-backend --checkpoint [model_name] --host [ip] --port [port]
Model manage
- list model
isat-sam-backend model --list
- download model
isat-sam-backend model --download [model_name]
- remove model
isat-sam-backend model --remove [model_name]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
isat_sam_backend-0.0.2.tar.gz
(38.0 MB
view details)
File details
Details for the file isat_sam_backend-0.0.2.tar.gz.
File metadata
- Download URL: isat_sam_backend-0.0.2.tar.gz
- Upload date:
- Size: 38.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23ef279cc99c308db7f82b13795f36483462db122435d40a89166337c8584f01
|
|
| MD5 |
b522679d10721de037ef946af4a4d510
|
|
| BLAKE2b-256 |
f9140de7b24b8a74a8714bc3702e8ddd01555060dd6e3e5c771c8b593206ea49
|