Skip to content

fairmath/cifar10-image-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-convert

Prerequisites

Ensure you have the following dependencies installed:

  • image
  • numpy
  • pillow

Usage

  • To convert image to json file, run convert_to_json("path_to_image"). The image should be in .png format and square.
  • To convert json to image, run vector_to_image("path_to_json"). The array should be size 3 * n * n, where n*n is the size of future image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages