Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Nov 13, 2023
1 parent 51d6e56 commit 7d8db1c
Show file tree
Hide file tree
Showing 8 changed files with 55,064 additions and 54,952 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
</figure>
</div>

<div align=center>
<figure>
<img src="https://user-images.githubusercontent.com/72010077/282393906-059920cc-0f65-4d2c-9350-941aaa8bbd02.png" alt="PULC PersonAttribute Model">
<figcaption>Advanced Multi-Label Classification Model</figcaption>
</figure>
</div>


## 📄 Table of Contents

Expand All @@ -67,6 +74,7 @@
## 🥳 What's New [⏏️](#📄-table-of-contents)

- Nov. 2023:
- 🤗🤗🤗 Release the latest version [2.0.0](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.0.0).
- 🔥🔥🔥 Added support for Grounding-SAM, combining [GroundingDINO](https://github.com/wenyi5608/GroundingDINO) with [HQ-SAM](https://github.com/SysCV/sam-hq) to achieve sota zero-shot high-quality predictions!
- 🚀🚀🚀 Enhanced support for [HQ-SAM](https://github.com/SysCV/sam-hq) model to achieve high-quality mask predictions.
- 🙌🙌🙌 Support the [PersonAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release%2F2.5/docs/en/PULC/PULC_person_attribute_en.md) and [VehicleAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release%2F2.5/docs/en/PULC/PULC_vehicle_attribute_en.md) model for multi-label classification task.
Expand Down Expand Up @@ -154,7 +162,7 @@ For more details, please refer to [models_list](./docs/models_list.md).

### 🔜Quick Start

Download and run the `GUI` version directly from [Release](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v1.1.0) or [Baidu Disk](https://pan.baidu.com/s/1wzjtXoWh7DRr-YsEgP4Hng?pwd=wlw8).
Download and run the `GUI` version directly from [Release](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.0.0) or [Baidu Disk](https://pan.baidu.com/s/1qX1Q36EfHEJiTkS7xri3_g?pwd=e5it).

Note:
- For MacOS:
Expand Down
10 changes: 8 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@
</figure>
</div>


<div align=center>
<figure>
<img src="https://user-images.githubusercontent.com/72010077/282393906-059920cc-0f65-4d2c-9350-941aaa8bbd02.png" alt="PULC PersonAttribute Model">
<figcaption>Advanced Multi-Label Classification Model</figcaption>
</figure>
</div>

## 📄 目录

Expand All @@ -68,6 +73,7 @@
## 🥳 新功能 [⏏️](#📄-目录)

- Nov. 2023:
- 🤗🤗🤗 Release the latest version [2.0.0](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.0.0).
- 🔥🔥🔥 Added support for Grounding-SAM, combining [GroundingDINO](https://github.com/wenyi5608/GroundingDINO) with [HQ-SAM](https://github.com/SysCV/sam-hq) to achieve sota zero-shot high-quality predictions!
- 🚀🚀🚀 Enhanced support for [HQ-SAM](https://github.com/SysCV/sam-hq) model to achieve high-quality mask predictions.
- 🙌🙌🙌 Support the [PersonAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/PULC/PULC_person_attribute.md) and [VehicleAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/PULC/PULC_vehicle_attribute.md) model for multi-label classification task.
Expand Down Expand Up @@ -155,7 +161,7 @@

### 🔜快速开始

直接从 [Release](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v1.1.0)[百度网盘](https://pan.baidu.com/s/1wzjtXoWh7DRr-YsEgP4Hng?pwd=wlw8) 下载并运行 `GUI` 版本。
直接从 [Release](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.0.0)[百度网盘](https://pan.baidu.com/s/1qX1Q36EfHEJiTkS7xri3_g?pwd=e5it) 下载并运行 `GUI` 版本。

注意事项:
- 对于 MacOS:
Expand Down
2 changes: 1 addition & 1 deletion anylabeling/app_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__appname__ = "X-AnyLabeling"
__appdescription__ = "Advanced Auto Labeling Solution with Added Features"
__version__ = "1.1.0"
__version__ = "2.0.0"
__preferred_device__ = "CPU" # GPU or CPU
109,230 changes: 54,634 additions & 54,596 deletions anylabeling/resources/resources.py

Large diffs are not rendered by default.

380 changes: 205 additions & 175 deletions anylabeling/resources/translations/en_US.ts

Large diffs are not rendered by default.

Binary file modified anylabeling/resources/translations/zh_CN.qm
Binary file not shown.
382 changes: 206 additions & 176 deletions anylabeling/resources/translations/zh_CN.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/demo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "2.0.0",
"flags": {},
"shapes": [
{
Expand Down

0 comments on commit 7d8db1c

Please sign in to comment.