-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.yml
More file actions
92 lines (79 loc) · 1.99 KB
/
rules.yml
File metadata and controls
92 lines (79 loc) · 1.99 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
version: v1
tag_rules:
- capture: "([^_.]+)"
blacklist:
- Large
- Deeper
- Deeper2
- Deeper3
- Deeper4
- 2
- 3
- 4
- name: Annotate
rules:
- attribute_path: ["image", "roicount"]
operation: lt
value: 1
- name: Finished
rules:
- attribute_path: ["image", "roi","count"]
operation: gt
value: 0
- name: "!Priority"
absolute: false
type: subtractive
rules:
- attribute_path: ["image", "roi","count"]
operation: gt
value: 0
- name: "Transferred_ROIs"
rules:
- attribute_path: ["image", "roi", "shape", "textvalue"]
operation: eq
value: "Transferred Annotation"
- name: "Benign_Atrophy"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: 255
- name: "Seminal_Vesicles"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: 420806655
- name: "HGPIN"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: -8781569
- name: "Corpora"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: -15728385
- name: "Grade_3"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: 822031103
- name: "Grade_4_FG"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: -387841
- name: "Grade_4_CG"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: -32047105
- name: "Grade_5"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: 570425343
- name: "Vessel"
rules:
- attribute_path: ["image", "roi", "shape", "strokecolor"]
operation: eq
value: -1245970945