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?
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?