visionner

Visionner turn raw image data into numpy array, more suitable for deep learning task

Downloads
55
Stars
10
Committers
2

Bot releases are hidden (Show)

visionner - Latest Release

Published by charleslf2 almost 2 years ago

0.0.5 (1/15/2023)

  • Adding official homepage
  • Delete scikit-learn to install-requires
  • Adding more project urls
visionner -

Published by charleslf2 almost 2 years ago

  • Implement train and label importer (SupervisedImporter)
  • Save dataset
  • Open dataset
visionner -

Published by charleslf2 almost 2 years ago

  • Augment the size of the display image
  • Maintain image color when loading with matplotlib
  • Display the dataset info
  • Change the function name display to Displayer
  • Delete some debug print
visionner -

Published by charleslf2 almost 2 years ago

  • Redesign the package
  • Separate importer and normalizer into to package
  • Add the TrainTestSpliter
  • Rewrite the README.md
  • Update the setup.py
  • Change the License from MIT to apache software license
  • Add the display function