hidden nodes #1337
Replies: 2 comments 7 replies
-
Hi @chrisch12138, It does not seem like there is an easy way to do this at the moment. Logging what needs to happen to make this possible here: When writing the analysis file, SLEAP populates the locations matrix with points from the instance here: sleap/sleap/info/write_tracking_h5.py Line 178 in 1a0404c
Lines 833 to 843 in 1a0404c And Lines 821 to 831 in 1a0404c So, in order to give users the option to export the analysis file with either nan or approximate locations for invisible nodes, we would need to
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hey guys, Just jumping in here since I think there's a more straightforward answer than what @roomrys had in mind -- I think the goal here is just to get the predicted points back that are currently being marked as not visible, correct? Landmarks that are detected by the models are replaced with NaNs when the confidence is below a certain threshold (by default 0.2). This drastically reduces the amount of false positive and spurious predictions, but if you want to get those points back anyway, you can do so by reducing the confidence threshold. I'm not sure if we have this exposed in the GUI yet (@roomrys?) but you can do it via the
You can then import Let us know if that works for you! Talmo |
Beta Was this translation helpful? Give feedback.
-
Hi,
I recently realized that all the nodes that are hidden (marked as invisible) would eventually be output as NaNs. But we would still like to have even an estimated position of each node that is invisible for our analysis. In the prediction assisted labeling, the hidden nodes are greyed out, and so is it possible to output that greyed out hidden nodes?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions