NumPyCNN icon indicating copy to clipboard operation
NumPyCNN copied to clipboard

how to create my own dataset?

Open adminmyw opened this issue 3 years ago • 1 comments

your code is wonderful! but I have one question: how to create my own dataset use code. And how to label or training it? thank you !

adminmyw avatar Dec 29 '21 11:12 adminmyw

Thank you!

The dataset is simply a NumPy array saved into a .npy file.

You can simply use a loop that reads some images, append each image into a NumPy array, and save the final array into a .npy file. This would help: https://gist.github.com/anilsathyan7/ffb35601483ac46bd72790fde55f5c04

ahmedfgad avatar Jan 01 '22 17:01 ahmedfgad