Skip to content

Commit 988d51f

Browse files
committed
🚀 feat(release): bump version to v2.5.4
1 parent 592cacf commit 988d51f

File tree

9 files changed

+18682
-18686
lines changed

9 files changed

+18682
-18686
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
## 🥳 What's New
4040

4141
- Feb. 2025:
42+
- 🚀🚀🚀 Release version [2.5.4](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.4).
4243
- ✈️️✈️✈️ Added support for [YOLOv8-SAM2](./anylabeling/configs/auto_labeling/yolov8s_sam2_hiera_base.yaml) model for instance segmentation, combining YOLOv8's detection with SAM2.1's precise segmentation.
4344
- Jan. 2025:
4445
- 🚀🚀🚀 Release version [2.5.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.3).

README_zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
## 🥳 新功能
3939

4040
- 2025年2月:
41+
- 🚀🚀🚀 发布[X-AnyLabeling v2.5.4](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.4)版本。
4142
- ✈️✈️✈️ 支持基于[YOLOv8-SAM2](./anylabeling/configs/auto_labeling/yolov8s_sam2_hiera_base.yaml)的实例分割模型,结合了YOLOv8的目标检测能力和SAM2.1的精确分割能力。
4243
- 2025年1月:
4344
- 🚀🚀🚀 发布[X-AnyLabeling v2.5.3](https://github.com/CVHub520/X-AnyLabeling/releases/tag/v2.5.3)版本。

anylabeling/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__appname__ = "X-AnyLabeling"
22
__appdescription__ = "Advanced Auto Labeling Solution with Added Features"
3-
__version__ = "2.5.3"
3+
__version__ = "2.5.4"
44
__preferred_device__ = "CPU" # GPU or CPU
55
__url__ = "https://github.com/CVHub520/X-AnyLabeling"

anylabeling/resources/resources.py

Lines changed: 18417 additions & 18422 deletions
Large diffs are not rendered by default.

anylabeling/resources/translations/en_US.ts

Lines changed: 126 additions & 131 deletions
Large diffs are not rendered by default.
-92 Bytes
Binary file not shown.

anylabeling/resources/translations/zh_CN.ts

Lines changed: 127 additions & 127 deletions
Large diffs are not rendered by default.

anylabeling/views/labeling/label_widget.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5936,13 +5936,13 @@ def show_progress_dialog_and_process(self):
59365936

59375937
def batch_load_file(self, filename=None) -> None:
59385938
"""Load file for batch processing in run_all_images task.
5939-
5939+
59405940
This is a specialized version of load_file() that skips UI updates
59415941
and other interactive features when processing multiple images in batch.
5942-
5942+
59435943
Args:
59445944
filename: Path to the image file to load. If None, loads the last opened file.
5945-
5945+
59465946
Note:
59475947
This method is not suitable for interactive labeling tasks.
59485948
"""
@@ -6067,7 +6067,11 @@ def process_next_image(self, progress_dialog):
60676067
)
60686068

60696069
# Enable painting for tracking models and time-consuming models
6070-
model_type = self.auto_labeling_widget.model_manager.loaded_model_config["type"]
6070+
model_type = (
6071+
self.auto_labeling_widget.model_manager.loaded_model_config[
6072+
"type"
6073+
]
6074+
)
60716075
is_painting = model_type in [
60726076
"segment_anything_2_video",
60736077
"grounding_dino",

assets/demo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0",
2+
"version": "2.5.4",
33
"flags": {},
44
"shapes": [
55
{

0 commit comments

Comments
 (0)