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.1.tar.gz
(38.0 MB
view details)
File details
Details for the file isat_sam_backend-1.0.1.tar.gz.
File metadata
- Download URL: isat_sam_backend-1.0.1.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 |
1ae4972a74e5fa4fdd26500f763de978a4c4cd3118b81c883ac7c5acfd091eee
|
|
| MD5 |
dd68e702c4f67f8c56c071b287f1bb25
|
|
| BLAKE2b-256 |
0b8ada178e470cd292cf4b965a1cf207aaf592117e7b2887a32c9373de0a065f
|