v1.0-rc.1
In this release candidate, we:
- update fastai version to 2, and refactor all necessary code.
- set U-Net as the main segmentation algorithm, and remove the options for Grabcut and Otsu.
- rewrite the deep learning segmentation model: instead of returning only the lepidopteran, it now recognizes the ruler and labels as well.
- rewrite the classification models: instead of two models,
id_position
(returning "right way up" or "upside down") andid_gender
(when "right way up", returning "male" or "female"), we now haveid_gender
returning three classes: "upside down", "male" or "female".