Add source_video link field to PoseEstimation#56
Add source_video link field to PoseEstimation#56h-mayorquin wants to merge 3 commits intorly:mainfrom
source_video link field to PoseEstimation#56Conversation
|
We are discussing whether this should be source_videos. The thing is that |
|
Add labeled_video as well for consistency. |
|
@h-mayorquin and I discussed this over zoom. |
|
Thanks, @rly I added the requested parameter now and the changelog. |
Sounds good to me! |
Adds an optional
source_videolink toImageSeriesonPoseEstimation, consistent with howTrainingFramealready links to its source video. This provides a formal NWB reference to the source video instead of relying on the string paths inoriginal_videos, which can become stale or break when files are moved (e.g., dandi/dandi-cli#1817).Closes #12 and supersedes #13 with a simpler approach that requires no custom IO mapper.
To discuss: the current approach keeps
original_videosis kept for backwards compatibility but I am unsure if we should remove this and bumpb the schema source. I think we can leep it here and decide this later