Skip to content

Commit ef59ccb

Browse files
authored
Merge pull request #203 from vietanhdev/feat/data-export
Feature: Export Data
2 parents afe91d3 + 363824c commit ef59ccb

19 files changed

Lines changed: 25751 additions & 151076 deletions

File tree

.cursorrules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Use PyQt5 for GUI.
2+
- Split code into files when possible.
3+
- Make code clean and understandable.
4+
- Optimize code for performance and memory usage.

.pre-commit-config.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,6 @@ repos:
3131
- id: black
3232
exclude: tests/|anylabeling/resources/resources.py
3333
args: [--check]
34-
- repo: https://github.com/PyCQA/flake8
35-
rev: 6.0.0
36-
hooks:
37-
- id: flake8
38-
additional_dependencies: [
39-
'flake8-blind-except',
40-
'flake8-docstrings',
41-
'flake8-bugbear',
42-
'flake8-comprehensions',
43-
'flake8-docstrings',
44-
'flake8-implicit-str-concat',
45-
'pydocstyle>=5.0.0',
46-
]
47-
exclude: anylabeling/resources/resources.py
4834
- repo: https://github.com/rstcheck/rstcheck
4935
rev: v6.1.2
5036
hooks:

anylabeling/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__appname__ = "AnyLabeling"
22
__appdescription__ = "Effortless data labeling with AI support"
3-
__version__ = "0.4.15"
3+
__version__ = "0.4.16"
44
__preferred_device__ = "CPU" # GPU or CPU

anylabeling/configs/auto_labeling/models.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- name: "sam_vit_h_4b8939_quant"
3232
display_name: Segment Anything (ViT-H Quant)
3333
download_url: https://huggingface.co/vietanhdev/segment-anything-onnx-models/resolve/main/sam_vit_h_4b8939_quant.zip
34+
- name: "yolov8n-r20230415"
3435
display_name: YOLOv8n
3536
download_url: https://github.com/vietanhdev/anylabeling-assets/releases/download/v0.4.0/yolov8n-r20230415.zip
3637
- name: "yolov8s-r20230415"
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
-197 KB
Binary file not shown.
-114 KB
Binary file not shown.
-835 KB
Loading
-837 KB
Loading

0 commit comments

Comments
 (0)