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
The feature map of the SAM HQ model is too large, don`t use it on remote server.
# 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-1.0.2.tar.gz
(38.0 MB
view details)
File details
Details for the file isat_sam_backend-1.0.2.tar.gz.
File metadata
- Download URL: isat_sam_backend-1.0.2.tar.gz
- Upload date:
- Size: 38.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9ee7d07b69e63acf46f1add60f9fa04c2cd2484d8b6bb22db7d9ed4500edcb5
|
|
| MD5 |
10f4e002342e6c0af8ad2250314ade34
|
|
| BLAKE2b-256 |
79c806886ab8c52719ec542602568c9f835798b0ff5bef6683a7f3dfe3b3b156
|