Info
Dataset Description
Submission Portal
Technical Report
Todo List
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txtAdd the dataset to the data/ folder. It can be downloaded here
The dataset is structured as follows
# provided
data/Test
data/Training
# generated
data/Processed/Test
data/Processed/Train
make preprocess # run preprocessing pipeline
make train # interface your model
make test # generate output csv
The model predictions are saved in the outputs/ folder for example
outputs/resnet-18/prediction.csv
Email to: grand-challenge@aiml.team