Skip to content

hughmancoder/lettuce-dry-weight-prediction

Repository files navigation

Lettuce Dry-Weight Prediction

Resources

Info
Dataset Description
Submission Portal
Technical Report
Todo List

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Dataset

Add 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

Scripts

make preprocess # run preprocessing pipeline
make train # interface your model
make test # generate output csv

Submission

The model predictions are saved in the outputs/ folder for example outputs/resnet-18/prediction.csv

Email to: grand-challenge@aiml.team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages