peabody124 / PosePipeline

PosePipe is a human pose estimation (HPE) pipeline to facilitate home movement analysis from videos
GNU General Public License v3.0
63 stars 14 forks source link

Selectable pipelines #2

Closed peabody124 closed 2 years ago

peabody124 commented 3 years ago

Should implement a mechanism to select certain pipelines to be run on videos. For example OpenPose, BlurredVideo, TrackingBbox should probably be run on all videos. However some of the other ones might not (and for example visualization should probably be depopulated when not being inspected).

One thought is to have have an "analysis type" Manual table attached to the Video and then override the key_sources to filter the populate? Maybe the analysis type has decedent nodes that flag when something should be processed?

peabody124 commented 2 years ago

Implemented through lookup tables.