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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: