- Added batch processing
- Made pic2vec more programmatic (removed automatic csv-writing, etc.)
- Bound keras to <2.1.5 to remove resnet problem
- Fixed Keras backwards compatibility issues (include_top deprecated, require_flatten added)
- Fixed ResNet50 update issues (removed a zero-padding layer, updated weights)
- Updated trafaret requirement for PyPi package
- Updated cats vs. dogs example
- Fixed bugs with robust naming
- Added error message for failed image conversion
- Added robust naming options to the generated csv files
- Fixed PIL truncated image bug
- Fixed bug with CSV badly formed URLs
- Fixed mistake with InceptionV3 preprocessing happening for every model
- Added Travis and Coveralls for testing and coverage automation
- Repo went public
- Python 3.x compatibility
- Fixed image format recognition.
- Directory-only now natural sorted.
- Added multi-column support
- Added missing image column to csv
- Renamed to pic2vec
- Tests parametrized
- Second round of code review- optimized code, better type checking with trafaret
- Improved README test examples
- Fixed documentation
- Added ability to call multiple models, and packaged in SqueezeNet with weights.
- Created installation instructions and readme files, ready for prototype distribution
- Fixed import problem that prevented generated csvs from saving
- Fixed variable name bugs
- Changed image_directory_path to the more manageable image_path
- Made testing module and preprocessing module slightly more robust.
- Added features-only csv test, and got rid of the column headers in the file
- Added Documentation to data featurization modeules
- 100% test coverage
- Fixed a problem where a combined directory + csv was appending to the wrong rows when there was a mismatch between the directory and the csv.
- Fixed more bugs in build_featurizer
- Fixed build_featurizer troubles with building new csv paths in current directory
- Full requirements for keras imported
- Bug fixes
- Second release on PyPI.
- Install keras with tensorflow backend specifically
- First release on PyPI.