How to change predicted instances to user-labeled instances for training without double-clicking each one in GUI? #1731
Replies: 1 comment 1 reply
-
Hello @amblypatty! Other than double-clicking each predicted instance, you can also go to Labels > Add Instances from All Predictions on Current Frame and it will convert to a regular instance but only for the current frame. Considering the workflow that sleap is made for --> entering a human-in-the-loop iterations where you use the predictions to reach a desired pose labeling accuracy, we do not want every single frame to be a user-labeled frame so there is no feature for this on the GUI. If you want move forward with doing so, a great resource is this data structures notebook that you can reference to do so! let us know if you need some assistance with this! |
Beta Was this translation helpful? Give feedback.
-
I have an slp file that contains updated instances from multiple individual-video slps that were updated using code from this discussion and merged into one slp file. However, the updated instances have the property of
PredictedInstance
s, where I instead would like to consider them asuser_instances
so they can all be input into the training data. The number ofpredicted_instances
frames is too large to go through manually in the GUI and double-click each one. Is there a way to use the CLI or ipython to switch this property?I am using SLEAP v1.3.3 and use Google Colab for training and inference.
Beta Was this translation helpful? Give feedback.
All reactions