Hi Deeksha, thanks for reaching out.
In
idmatcher.ai you usually use
the model from MASTER to identify animals in MATCHING
and the model from MATCHING to identify animals in MASTER. When the
number of animals in two sessions are different, idmatcherai relies
solely on the model from the session with the largest number of animals
to identify the animal images from the other session with fewer animals.
The reversed matching cannot be done. Idmatcher.ai deals with it
automatically so you should not care about it.
However,
knowledge transfer (reusing the weights from a previous model as a
starting point for another tracking session) works differently. Right now
you cannot use knowledge transfer when the number of animals is
different. What you can do is to track the sessions independently
(without knowledge transfer) and after the tracking, match them with
idmatcher.ai. In this case you might want to ensure you are using the
same
id_image_size and
resolution_reduction in both sessions
.
I've
been checking this part of the code and I realised that, in the latest
version 6 of the software, there's no reason to forbid knowledge
transfer when the number of animals is different. I fixed it and in the
next release (in a few days) it will be possible to do knowledge transfer
regardless of the number of animals (in case you work with the new
default contrastive algorithm).
I hope this helps,
Jordi