Skip to content

Jack-Etheredge/fungiclef2024

Repository files navigation

FungiCLEF 2024 training code

  • The dataset is expected to be in ~/datasets/fungiclef2024.
  • This can be updated in fungiclef-effnet/paths.py

Model training

  1. Install poetry if you don't already have it.
  2. Install the dependencies along with this project:
poetry install
poetry shell
pip install -e .
  1. Train the model after making whatever changes you'd like:
poetry run fungiclef-effnet/train.py
  1. To create temperature scaled versions of models as well as openWGAN-GP models:
poetry run fungiclef-effnet/evaluate.py

About

Training code for FungiCLEF 2024 competition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published