Recognizing cows

Help how such a task can be accomplished. There are 100 cows, how can you train or how to make the model recognize the cows, not as a common animal, but by the pattern on the body. That is, the output should be “Cow #1”, “Cow #2” and so on

Hi @Игорь_Дружелюбов

Object detection, which sounds like the type applicable to your use case area, works best when there are a handful of distinctive, consistent markers/patterns (in the form of classes) in an image that the model can recognize.

I think that computer vision might not be the best solution for what you are trying to achieve, depending on what kind of use case you are looking for. If there are more distinctive markers like specific colors or text on ear tags, for example, that could make creating your use case much easier.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.