opencv / opencv-python

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
https://pypi.org/project/opencv-python/
MIT License
4.57k stars 857 forks source link

Converting dataset into HDF5 file #180

Closed armmin009 closed 5 years ago

armmin009 commented 5 years ago

Hi guys

I wanna convert a facial expressions dataset into a HDF5 file and I don't know how exactly to do it.

from here I know how to do it with a cat-vs-dog dataset but I wanna know how it's done in general.

(My purpose of all these is to speed up my CNN model training process in google colaboratory and I tried this by mounting google drive and consequently reading my dataset from google drive but it was too slow to train my model (even slower than my pc !) ).

skvark commented 5 years ago

This is a issue tracker, not a generic help forum. Ask your question at Stack Overflow (https://stackoverflow.com/) or at http://answers.opencv.org/questions/.