| # CLEF2024 | |
| This repository contains the code for the SnakeCLEF competitions. | |
| ## SnakeCLEF 2024 | |
| The dataset is read from the *.csv file in the "./metadata" directory, which includes the labels and storage paths of the images. The `moe.py` file provides a model structure based on `convnext_large_mlp`, and you can choose other backbones based on this structure. | |
| ### Usage | |
| First, you should select the pretrained weights in the `moe.py` file. | |
| Next, specify the paths for saving logs and checkpoints in the `train_moe.py` file. | |
| Finally, run `python train_moe.py`. | |