-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualise pose tracks as a napari Tracks layer #4
Comments
Could also be part of the napari frontend, coercing the tracks layer (see #31) |
Current planWe will first try to plot the Trajectory in napari.
This will most likely necessitate a custom widget to supplement the native capabilities of the Tracks layer. Potential blockersIssues with handling of NaN values in napari tracks and their properties |
NaN values continue being a problem, see also https://forum.image.sc/t/tracks-layer-with-blank-nan-values-in-properties/81834 We are considering some hacky workarounds until this issue is fixed in napari. For example, we can set NaNs to a placeholder value (99999? out of canvas? zero?) and make them transparent. |
After discussion with @sfmig today, we decided to make this issue more concrete, the initial name and scope were too broad and ambiguous. From now on, we take this issue to mean the visualisation of For "trajectory plots" and the like in matplotlib, see issue #282 |
Plot body part trajectory. See example implementation here
The text was updated successfully, but these errors were encountered: