diff --git a/internal/classify/rules.go b/internal/classify/rules.go index b35c625d2..c75823e2e 100644 --- a/internal/classify/rules.go +++ b/internal/classify/rules.go @@ -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": { diff --git a/internal/classify/rules.yml b/internal/classify/rules.yml index 25fde4374..73802eded 100644 --- a/internal/classify/rules.yml +++ b/internal/classify/rules.yml @@ -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