panoptic-toolbox icon indicating copy to clipboard operation
panoptic-toolbox copied to clipboard

Time difference between VGA video capture.

Open Emnolope opened this issue 6 years ago • 2 comments

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.)

Emnolope avatar Apr 13 '20 01:04 Emnolope

Do we have vgaPose3d_stage1_coco19.tar anywhere?

rawalkhirodkar avatar Apr 30 '20 16:04 rawalkhirodkar

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

rawalkhirodkar avatar Apr 30 '20 17:04 rawalkhirodkar