# ISAT插件 - mask导出
<a href='https://pypi.org/project/isat-plugin-mask_export/' target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/isat-plugin-mask_export"></a>
<a href='https://pypi.org/project/isat-plugin-mask_export/' target="_blank"><img alt="Pepy Total Downlods" src="https://img.shields.io/pepy/dt/isat-plugin-mask_export"></a>
这是一个[ISAT](https://github.com/yatengLG/ISAT_with_segment_anything)的插件开发示例。
仅使用157行代码,开发一个带界面的ISAT插件,使ISAT支持mask导出功能。

## 功能
* 跟随标注操作,实时显示mask
* 支持mask反转
* 支持mask膨胀/腐蚀
* 保存标注的同时,保存mask图像
## 安装与使用
### 安装
```shell
pip install isat-plugin-mask-export
```
### 使用
- 运行isat
- 插件界面,激活MaskExportPlugin即可
Raw data
{
"_id": null,
"home_page": "https://github.com/yatengLG/ISAT_plugin_mask_export",
"name": "isat-plugin-mask-export",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "isat-sam, isat plugin, mask export",
"author": "yatengLG",
"author_email": "yatenglg@foxmail.com",
"download_url": "https://files.pythonhosted.org/packages/29/e4/ea2a72e927550678531a3aede257eed707db46bf4ca95538fe5d9f80261d/isat_plugin_mask_export-1.0.1.tar.gz",
"platform": null,
"description": "# ISAT\u63d2\u4ef6 - mask\u5bfc\u51fa\n\n<a href='https://pypi.org/project/isat-plugin-mask_export/' target=\"_blank\"><img alt=\"PyPI - Version\" src=\"https://img.shields.io/pypi/v/isat-plugin-mask_export\"></a>\n<a href='https://pypi.org/project/isat-plugin-mask_export/' target=\"_blank\"><img alt=\"Pepy Total Downlods\" src=\"https://img.shields.io/pepy/dt/isat-plugin-mask_export\"></a>\n\n\u8fd9\u662f\u4e00\u4e2a[ISAT](https://github.com/yatengLG/ISAT_with_segment_anything)\u7684\u63d2\u4ef6\u5f00\u53d1\u793a\u4f8b\u3002\n\n\u4ec5\u4f7f\u7528157\u884c\u4ee3\u7801\uff0c\u5f00\u53d1\u4e00\u4e2a\u5e26\u754c\u9762\u7684ISAT\u63d2\u4ef6\uff0c\u4f7fISAT\u652f\u6301mask\u5bfc\u51fa\u529f\u80fd\u3002\n\n\n\n## \u529f\u80fd\n\n* \u8ddf\u968f\u6807\u6ce8\u64cd\u4f5c\uff0c\u5b9e\u65f6\u663e\u793amask\n* \u652f\u6301mask\u53cd\u8f6c\n* \u652f\u6301mask\u81a8\u80c0/\u8150\u8680\n* \u4fdd\u5b58\u6807\u6ce8\u7684\u540c\u65f6\uff0c\u4fdd\u5b58mask\u56fe\u50cf\n\n## \u5b89\u88c5\u4e0e\u4f7f\u7528\n\n### \u5b89\u88c5\n\n```shell\npip install isat-plugin-mask-export\n```\n\n### \u4f7f\u7528\n\n- \u8fd0\u884cisat\n- \u63d2\u4ef6\u754c\u9762\uff0c\u6fc0\u6d3bMaskExportPlugin\u5373\u53ef\n\n",
"bugtrack_url": null,
"license": "Apache2.0",
"summary": "ISAT Plugin for mask export.",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/yatengLG/ISAT_plugin_mask_export"
},
"split_keywords": [
"isat-sam",
" isat plugin",
" mask export"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "29e4ea2a72e927550678531a3aede257eed707db46bf4ca95538fe5d9f80261d",
"md5": "b07aa45f8b62839ab7e5c6f389a8f6c4",
"sha256": "f6f4132435b4cce2320500a7bc0ceb71d9460e84f0d576bae4aa166f68abeac8"
},
"downloads": -1,
"filename": "isat_plugin_mask_export-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "b07aa45f8b62839ab7e5c6f389a8f6c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4587,
"upload_time": "2025-07-25T07:30:59",
"upload_time_iso_8601": "2025-07-25T07:30:59.551697Z",
"url": "https://files.pythonhosted.org/packages/29/e4/ea2a72e927550678531a3aede257eed707db46bf4ca95538fe5d9f80261d/isat_plugin_mask_export-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-25 07:30:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yatengLG",
"github_project": "ISAT_plugin_mask_export",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "isat-sam",
"specs": [
[
">=",
"1.4.0"
]
]
}
],
"lcname": "isat-plugin-mask-export"
}