DEPENDENCIES:
Python (I use Anaconda for easy installations)
numpy
OpenCV
skimages
skvideo
torch
lmdb 

NOTES:
There's probably more dependencies I'm forgetting, these are the big ones.
I have issues when I try to import both OpenCV and torch. This is why I also have skvideo.
skvideo does a wacky thing where the color is GBR instead of RBG, this is why I flip around axis = 2.

