v0.3.0
- Update to
tensorflow.keras(stand-alone keras will be deprecated) - Updates to the
deepposekit.ioAPI to abstract data generators withBaseGenerator, and addedio.utilswith functions for initializing and merging datasets to resolve #3 - Improved example notebooks with more documentation to resolve #10 #7
- Added more sanity checks to resolve #8 #7
- Refactored
StackedDenseNetto simplify and improve performance. - Updated models including a pretrained
StackedDenseNetandDeepLabCutwith multiple ImageNet pretrained backbone models for transfer learning (ResNets, DenseNets, MobileNetsV2) - Load DeepLabCut (http://deeplabcut.org) data with
io.DLCDataGeneratorto resolve #1