-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitignore
43 lines (43 loc) · 1.25 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Auto detect text files and perform LF normalization
* text=auto
*/__pycache__
/.VSCodeCounter
/build
/dist
/convertmask.egg-info
/.vscode
/convertmask/__pycache__
/convertmask/utils/__pycache__
/convertmask/utils/img2xml/__pycache__
/convertmask/utils/methods/__pycache__
/convertmask/utils/xml2yolo/__pycache__
/convertmask/utils/yolo2xml/__pycache__
/convertmask/utils/xml2mask/__pycache__
/convertmask/utils/xml2json/__pycache__
/convertmask/utils/json2xml/__pycache__
/convertmask/utils/json2mask/__pycache__
/convertmask/utils/longImgSplit/__pycache__
/convertmask/utils/auglib/optional/__pycache__
/convertmask/utils/auglib/__pycache__
/convertmask/utils/backup/__pycache__
/static/testAug
/static/augimgs_
/static/test_xmls/labels_.txt
/static/test_xmls/txts_
/static/xmls_
/static/testXmlSplit
/static/tmps_
/static/augxmls_
/ori
/xml
/convertmask/labelme_sub/__pycache__
/convertmask/labelme_sub/cli/__pycache__
/convertmask/labelme_sub/config/__pycache__
/convertmask/labelme_sub/utils/__pycache__
/convertmask/labelme_sub/widgets/__pycache__
/convertmask/UI/utils/__pycache__
/convertmask/UI/components/__pycache__
/convertmask/utils/negativeSampleGenerate/__pycache__
/convertmask/utils/train_val_dataset_split/__pycache__
/test_scripts/DevLog/*
/convertmask/test_imgs/