Any picture with label "snow" will be categorized to broader category "Animal". That is incorrect.

Steps to reproduce the behavior:
- Pick any image which is clearly not an animal
- Go to Edit / Labels
- Add label "Snow"
- Go to view Labels.
- Press eye icon in to right corner (Show more) to see the broader categories
- Choose album Animals
- Your picture appears here although it is not an animal
Which software versions do you use?
PhotoPrism CE Build 250611-c8ce9ec77
The probably cause is wrong classification rules in rules.go
"dogsled": {
Label: "snow",
Threshold: 0.900000,
Priority: 0,
Categories: []string{"animal", "dog"},
}
that is categorizing "snow" as "animal", but also as a "dog"
Any picture with label "snow" will be categorized to broader category "Animal". That is incorrect.
Steps to reproduce the behavior:
Which software versions do you use?
PhotoPrism CE Build 250611-c8ce9ec77
The probably cause is wrong classification rules in rules.go
that is categorizing "snow" as "animal", but also as a "dog"