Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adds multilabel efficientnet #278

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Adds multilabel efficientnet #278

merged 3 commits into from
Jun 13, 2024

Conversation

LashaO
Copy link
Contributor

@LashaO LashaO commented Jun 13, 2024

Adds the new MSv2 multispecies viewpoint labeler. The model works as a mutlilabel classifier under the hood, but the multilabel predictions are translated to single composite labels for compatibility with the current version of WBIA. For example, a prediction of ['up', 'left'] will be translated to 'upleft'. Maximum number of viewpoints that can be joined is 2. This version only supports viewpoint labels, not species.

Configuration for usage:

  "labeler_algo": "efficientnet",
  "labeler_model_tag": "msv2_multilabel_effnet_v0",
  "use_labeler_species": False,

@holmbergius holmbergius self-assigned this Jun 13, 2024
Copy link
Contributor

@holmbergius holmbergius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Links resolve. looks good.

@holmbergius holmbergius merged commit a5d511c into main Jun 13, 2024
12 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants