Labels: Ignore corals
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
5f00255c0d
commit
095f51060b
2 changed files with 12 additions and 13 deletions
|
@ -891,9 +891,9 @@ var rules = LabelRules{
|
|||
Categories: []string{"animal"},
|
||||
},
|
||||
"brain coral": {
|
||||
Label: "nature",
|
||||
Threshold: 0.000000,
|
||||
Priority: 0,
|
||||
Label: "",
|
||||
Threshold: 1.000000,
|
||||
Priority: -2,
|
||||
Categories: []string{},
|
||||
},
|
||||
"brambling bird": {
|
||||
|
@ -1533,9 +1533,9 @@ var rules = LabelRules{
|
|||
Categories: []string{"vegetables"},
|
||||
},
|
||||
"coral reef": {
|
||||
Label: "nature",
|
||||
Threshold: 0.600000,
|
||||
Priority: 0,
|
||||
Label: "",
|
||||
Threshold: 1.000000,
|
||||
Priority: -2,
|
||||
Categories: []string{},
|
||||
},
|
||||
"corkscrew": {
|
||||
|
@ -4899,9 +4899,9 @@ var rules = LabelRules{
|
|||
Categories: []string{"water"},
|
||||
},
|
||||
"sea anemone": {
|
||||
Label: "nature",
|
||||
Threshold: 0.000000,
|
||||
Priority: 0,
|
||||
Label: "",
|
||||
Threshold: 1.000000,
|
||||
Priority: -2,
|
||||
Categories: []string{},
|
||||
},
|
||||
"sea cucumber": {
|
||||
|
|
|
@ -695,14 +695,13 @@ jellyfish:
|
|||
- fish
|
||||
|
||||
sea anemone:
|
||||
label: nature
|
||||
see: ignore
|
||||
|
||||
brain coral:
|
||||
label: nature
|
||||
see: ignore
|
||||
|
||||
coral reef:
|
||||
label: nature
|
||||
threshold: 0.6
|
||||
see: ignore
|
||||
|
||||
worm:
|
||||
label: worm
|
||||
|
|
Loading…
Reference in a new issue