How do I read .npy file using OpenCv? [closed]

asked 2019-04-21 04:13:13 -0600

Jozay gravatar image

updated 2019-04-21 08:02:09 -0600

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-...

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by LBerger
close date 2019-04-21 07:43:47.479426

Comments

off topics. Use google : https://github.com/rogersce/cnpy

LBerger gravatar imageLBerger ( 2019-04-21 07:43:37 -0600 )edit

That's really rude first of all. I won't be asking this question if i didn't use google.

Jozay gravatar imageJozay ( 2019-04-21 08:00:18 -0600 )edit

And I'm deactivating my account. Thanks

Jozay gravatar imageJozay ( 2019-04-21 08:00:59 -0600 )edit

@Jozay, there are some rules and guidelines of how to use the forums. Nobody want to do your work:

Whenever you are in need of help, you should first do some steps to check whether this problem hasn't been solved before. This can be done in multiple ways.

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....

dkurt gravatar imagedkurt ( 2019-04-22 02:10:12 -0600 )edit