How do I read .npy file using OpenCv? [closed]
Hi there, I recently downloaded a dataset from kaggle saved with .npy(It contains sign language digits datasets). My issue is that I am trying to convert these images all at once to gray images and then threshold them. How do I go about this using Open CV python?
Link to dataset: https://www.kaggle.com/ardamavi/sign-...
off topics. Use google : https://github.com/rogersce/cnpy
That's really rude first of all. I won't be asking this question if i didn't use google.
And I'm deactivating my account. Thanks
@Jozay, there are some rules and guidelines of how to use the forums. Nobody want to do your work:
source: http://answers.opencv.org/faq/
If you used a searchyou could easily find even a simple 100 lines implementation for reference: https://github.com/opencv/opencv/blob....