Time difference between VGA video capture.
For what I'm doing I need a huge amount of low res videos, but the 3d pose estimation is aligned with the HD videos and the VGA videos seem to be synced to a different beat. I've been having to align the time manually and this is quite labor intensive, Is there a record of the time difference between VGA and HD capture?
(I am aware that the VGA and HD videos are of 25, 29.003 fps respectively.)
Do we have vgaPose3d_stage1_coco19.tar anywhere?
We do have it, update getData.sh as follows.
if [ ! -f vgaPose3d_stage1_coco19.tar ]; then $WGET $mO vgaPose3d_stage1_coco19.tar http://domedb.perception.cs.cmu.edu/webdata/dataset/$datasetName/vgaPose3d_stage1_coco19.tar || rm -v vgaPose3d_stage1_coco19.tar fi