Skip to content

The below code will pick pictures from photos folder one by one and resize them to a size of (200,200,3) then convert resize image to numpy array. Then all 20 picture's array are merged into one main numpy array with a size of (20,200,200,3).

Notifications You must be signed in to change notification settings

Muzammil97/Image-to-Numpy-Array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image-to-Numpy-Array

The Code will perform following tasks.

1st it will pick pictures from photos folder one by one.

2nd it will resize them to a size of (200,200,3).

3rd it will then convert resize image to numpy array.

4th it will merge all 20 picture's array into one main numpy array with a size of (20,200,200,3).

About

The below code will pick pictures from photos folder one by one and resize them to a size of (200,200,3) then convert resize image to numpy array. Then all 20 picture's array are merged into one main numpy array with a size of (20,200,200,3).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published