You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ATM we are collecting captured videos encoding timestamps in the filename and nearby .log, e.g.
❯ pwd
/home/yoh/proj/repronim/reprostim-reproiner/Videos/2024/10
❯ ls | head
2024.10.01-07.56.48.639--2024.10.01-10.57.51.891.mkv
2024.10.01-07.56.48.639--2024.10.01-10.57.51.891.mkv.duct_info.json
2024.10.01-07.56.48.639--2024.10.01-10.57.51.891.mkv.duct_usage.json@
2024.10.01-07.56.48.639--2024.10.01-10.57.51.891.mkv.log
we should establish the index, where for each video we have a single record with timing information and, if extracted, information about QR codes detected in the video. So pretty much what @vmdocua already has in *qrinfo.jsonl file for the summary, but then with QR codes embedded inside for the record (strip away video_ prefix which is omni present anyways in this type of record) -- videos_index.jsonl
This is purely on information about video. It could be further enhanced with information about QR codes detected in each video but likely we better store it in yet another file -- qrcodes_index.jsonl where common index would be on the file_name in the records:
ATM we are collecting captured videos encoding timestamps in the filename and nearby .log, e.g.
we should establish the index, where for each video we have a single record with timing information and, if extracted, information about QR codes detected in the video. So pretty much what @vmdocua already has in
*qrinfo.jsonl
file for the summary, but then with QR codes embedded inside for the record (strip awayvideo_
prefix which is omni present anyways in this type of record) --videos_index.jsonl
Should be sorted by
isotime_start
.This is purely on information about video. It could be further enhanced with information about QR codes detected in each video but likely we better store it in yet another file --
qrcodes_index.jsonl
where common index would be on thefile_name
in the records:Similarly we would be establishing index of DICOMs ... TODO: finish up
The text was updated successfully, but these errors were encountered: