Skip to content

v1.0-rc.1

Compare
Choose a tag to compare
@alexdesiqueira alexdesiqueira released this 13 Aug 21:23
· 25 commits to main since this release
a8acfd3

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") and id_gender (when "right way up", returning "male" or "female"), we now have id_gender returning three classes: "upside down", "male" or "female".