Skip to content

Commit

Permalink
Bump version to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Mar 16, 2024
1 parent 2760c52 commit ea435b0
Show file tree
Hide file tree
Showing 16 changed files with 94,732 additions and 94,544 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
## 🥳 What's New [⏏️](#📄-table-of-contents)

- Feb. 2024:
- 🤗 Release the latest version [2.3.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.3) 🤗
- 🤗 Release the latest version [2.3.4](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.4) 🤗
- Enable label display feature.
- Release version [2.3.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.3).
- ✨✨✨ Support [YOLO-World](https://github.com/AILab-CVC/YOLO-World) model.
- Release version [2.3.2](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.2).
- Support [YOLOv9](https://github.com/WongKinYiu/yolov9) model.
Expand Down Expand Up @@ -224,6 +226,8 @@ For more details, please refer to 👉 [model_zoo](./docs/en/model_zoo.md) 👈
| Ctrl + m | Run all images at once |
| Ctrl + a | Enable auto annotation |
| Ctrl + s | Save current annotation |
| Ctrl + l | Toggle visibility Labels |
| Ctrl + t | Toggle visibility Texts |
| Ctrl + Shift + s | Change output directory |
| Ctrl - | Zoom out |
| Ctrl + 0 | Zoom to Original |
Expand Down
8 changes: 6 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
## 🥳 新功能 [⏏️](#📄-目录)

- 2024年2月:
- 🤗 发布[2.3.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.3)最新版本 🤗
- 🤗 发布[2.3.4](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.4)最新版本 🤗
- 支持标签显示功能。
- 发布[2.3.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.0)版本。
- ✨✨✨ 支持[YOLO-World](https://github.com/AILab-CVC/YOLO-World)模型。
- 发布[2.3.2](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.3.2)版本。
- 支持[YOLOv9](https://github.com/WongKinYiu/yolov9)模型。
Expand Down Expand Up @@ -189,7 +191,7 @@

<summary>点击展开/关闭</summary>

| 快捷键 | 功能 |
| 快捷键 | 功能 |
|-------------------|----------------------------------------|
| d | 打开下一个文件 |
| a | 打开上一个文件 |
Expand Down Expand Up @@ -220,6 +222,8 @@
| Ctrl + m | 唤醒批量标注 |
| Ctrl + a | 启用自动标注 |
| Ctrl + s | 保存当前标注 |
| Ctrl + l | 显示/隐藏标签 |
| Ctrl + t | 显示/隐藏文本 |
| Ctrl + Shift + s | 更改输出目录 |
| Ctrl - | 缩小 |
| Ctrl + 0 | 缩放至原始大小 |
Expand Down
4 changes: 3 additions & 1 deletion anylabeling/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ def main():
nargs="?",
help=(
"image or label filename; "
"If a directory path is passed in, the folder will be loaded automatically"))
"If a directory path is passed in, the folder will be loaded automatically"
),
)
parser.add_argument(
"--output",
"-O",
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__ = "2.3.3"
__version__ = "2.3.4"
__preferred_device__ = "CPU" # GPU or CPU
2 changes: 2 additions & 0 deletions anylabeling/configs/anylabeling_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ shortcuts:
hide_selected_polygons: S
show_hidden_polygons: W
show_overview: Ctrl+G
show_texts: Ctrl+T
show_labels: Ctrl+L
toggle_auto_use_last_label: Ctrl+Y
toggle_visibility_shapes: Ctrl+H

Expand Down
Binary file added anylabeling/resources/images/docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
188,030 changes: 94,077 additions & 93,953 deletions anylabeling/resources/resources.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions anylabeling/resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<file>images/rotation.png</file>
<file>images/save-as.png</file>
<file>images/scissors.png</file>
<file>images/docs.png</file>
<file>images/undo-cross.png</file>
<file>images/update.png</file>
<file>images/undo.png</file>
Expand Down
Loading

0 comments on commit ea435b0

Please sign in to comment.