You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infer n_individuals and and n_bodyparts from config metadata.
- add fields for n_individuals and n_bodyparts read from the pytorch model config.
- add option to infer single_animal mode from n_individuals in model config.
This commit does not change default behaviour. Only when passing single_animal = None explicitly to PyTorchRunner, the single_animal mode will be inferred from the model config.
0 commit comments