Open niksirbi opened 1 year ago
Work in progress in the napari branch.
Useful resources for designing napari plugins:
I have broken down the requirements for the prototype into simpler tasks and added them to this issue as a Tasklist.
The current work-in progress is on this branch, and is currently open as a draft pull request #112
While working on #112, I realised that it was all getting too complex for one pull request, so I'm shifting strategy.
We decided to proceed as following:
napari-dev
.Once this process is well underway, and napari-dev
catches up with what's here, I'll close PR #112 and delete the napari-pose-reader
branch.
napari
has multiple built-in layer types which could be useful formovement
.Image
layer could be used to display video framesPoints
layer can be used to represent keypoints, see this exampleTracks
layer can be used to visualise keypoint trajectories across timeVectors
layer can be used to show stuff like head orientationShapes
layer can be used to create and show ROIsNapari widgets can be created easily.
I will first make a prototype with the following features: