All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Refactor
PolygonDataset
to uselabelme
'simageData
field rather than require jpegs
- Increased flexibility of included scripts
- Converted
docs/*.md
files to*.rst
- Minor paper and bibliography corrections/fixes
- Built
sphinx
-generated html docs, hosted onreadthedocs
- Implemented
CoreColumn.iter_chunks()
- Added demo/inspection notebooks:
column_demo.ipynb
segmenter_demo.ipynb
inspect_dataset.ipynb
- Added explanatory Markdown to
select_model.ipynb
- Added restriction in
setup.py
to requiretensorflow
before install
- Modified code format using
black
README.md
installation instructions- moved paper files to root directory
requirements.txt
(exceptimgaug
, which is included insetup.py
)- CONTRIBUTING, LICENSE, and CODE_OF_CONDUCT files
tests/notebooks
- tests for
CoreColumn
saving and loading
- superfluous notebooks and scripts
Initial private version.