v0.3
Changes in this release:
- The README was updated, and examples used in it were moved to their own folder,
mothra/examples
. - The data repository containing the models and images used for training was updated from gitlab:alexdesiqueira/mothra-models to gitlab:mothra/mothra-data.
- Both classic (Otsu threshold) and grabcut segmentation options were removed, leaving only U-nets.
- API changes: the pipeline does not accept the options
-g
(grabcut segmentation) and-u
(U-net segmentation) anymore. The pipeline operation is equivalent of using-u
inmothra-v0.2
.
- API changes: the pipeline does not accept the options