Training Own Datasets
Make an array that stores all the images (in b&w or colour)
Resize all images to be the same shape and size
Assign each category a number (dog is 0, cat is 1)
Create a new array that has both the resized image and the category number
Store in pickle
Last updated