Centroid only inference ? #2018
-
Hello, I would like to know if there would be an easy way to run inference using only centroid prediction. Thank you, Olivier |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Though I am not a developer for this repository, I am working with sleap alot in python at the moment and I have also tried to create a centroid-only model. Training a centroid model alone is possible (I think also actually the only way you can train it). When loading a model though you can't What you could do is
Hope this helps :) |
Beta Was this translation helpful? Give feedback.
Though I am not a developer for this repository, I am working with sleap alot in python at the moment and I have also tried to create a centroid-only model.
Training a centroid model alone is possible (I think also actually the only way you can train it).
When loading a model though you can't
sleap.load_model()
a centroid without an additional centered_instance model. It will throw you an error (that I can't check right now).What you could do is