As the title shows, we extract jpg picture from the videos you provide in the dataset with the following command line:
ffmpeg -ss 00:00:10.000 -i input.mov -vframes 1 -q:v 2 output.jpg
However, we cannot align the md5sum with that of bdd100k image. I will appreciate it if you can provide the script for extracting frame.
As the title shows, we extract jpg picture from the videos you provide in the dataset with the following command line:
ffmpeg -ss 00:00:10.000 -i input.mov -vframes 1 -q:v 2 output.jpg
However, we cannot align the md5sum with that of bdd100k image. I will appreciate it if you can provide the script for extracting frame.