Skip to content

Commit 9ccb810

Browse files
committed
first commit
1 parent 01d41a4 commit 9ccb810

File tree

190 files changed

+20370
-556
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+20370
-556
lines changed

.pre-commit-config.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- repo: local
2+
hooks:
3+
- id: yapf
4+
name: yapf
5+
entry: yapf
6+
language: system
7+
args: [-i, --style .style.yapf]
8+
files: \.py$
9+
10+
- repo: https://github.com/pre-commit/pre-commit-hooks
11+
sha: a11d9314b22d8f8c7556443875b731ef05965464
12+
hooks:
13+
- id: check-merge-conflict
14+
- id: check-symlinks
15+
- id: end-of-file-fixer
16+
- id: trailing-whitespace
17+
- id: detect-private-key
18+
- id: check-symlinks
19+
- id: check-added-large-files
20+
- repo: local
21+
hooks:
22+
- id: copyright_checker
23+
name: copyright_checker
24+
entry: python ./.copyright.hook
25+
language: system
26+
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto|py)$
27+
exclude: (?!.*third_party)^.*$

DataAnnotation/AnnotationNote/1_[图像分类]任务数据标注.md

-16
This file was deleted.

DataAnnotation/AnnotationNote/2_[目标检测]及[实例分割]数据标注.md

-62
This file was deleted.

DataAnnotation/AnnotationNote/3_[语义分割]任务数据标注.md

-35
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

DataAnnotation/README.md

-16
This file was deleted.

DataAnnotation/标注工具安装和使用/1_Windows/1_1_Anaconda安装.md

-22
This file was deleted.

DataAnnotation/标注工具安装和使用/1_Windows/1_2_PaddlePaddle安装.md

-18
This file was deleted.

DataAnnotation/标注工具安装和使用/1_Windows/1_3_LabelMe安装.md

-23
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

DataAnnotation/标注工具安装和使用/2_Ubuntu/2_1_Anaconda安装.md

-39
This file was deleted.

DataAnnotation/标注工具安装和使用/2_Ubuntu/2_2_PaddlePaddle安装.md

-24
This file was deleted.

DataAnnotation/标注工具安装和使用/2_Ubuntu/2_3_LabelMe安装.md

-24
This file was deleted.
Binary file not shown.
Binary file not shown.

DataAnnotation/标注工具安装和使用/3_MacOS/3_1_Anaconda安装.md

-31
This file was deleted.

DataAnnotation/标注工具安装和使用/3_MacOS/3_2_PaddlePaddle安装.md

-19
This file was deleted.

DataAnnotation/标注工具安装和使用/3_MacOS/3_3_LabelMe安装.md

-24
This file was deleted.

DataAnnotation/标注工具安装和使用/3_MacOS/README.md

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.

QQGroup.jpeg

38.3 KB
Loading

0 commit comments

Comments
 (0)