sunxm2357/VideoIQ

How to download and organize training/testing data and pretrained models?

Closed this issue · 2 comments

Thanks for sharing the codes. I am trying to repeat the experiments with the commands in this repo. But I got stuck at the following options:
--datadir -e --pretrained

Can you provide instructions on the dataset and checkpoint files?

Is it possible to share the lmdb files of any dataset (i.e. mini-sports1m) you used in this paper?

@sunxm2357 Thanks for sharing this great resource. Here is some update from me:
I followed IBM/AdaMML#1 to download mp4 files and used their extract_rgb.py to extracted jpg frames.
But I got a feeling that the create_lmdb.py script you provided will not directly work for that. I tried to modify the code little by little but quickly got lost. Can you provide some instructions on how to prepare the lmdb file for minisports1m?