Skip to content

jeremylo/climatehackai-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Climate Hack.AI (2022) Submission Validator

This repository contains code that allows you to quickly validate your Climate Hack.AI (2022) submission locally.

The files features.npz and targets.npz contain EUMETSAT HRV Satellite Imagery data preprocessed by Open Climate Fix and further processed into the format used for evaluation in Climate Hack.AI 2022, an international datathon between the student communities of 25 world-leading universities.

This validator uses 200 image sequences taken between 10am and 4pm over Great Britain from days sampled uniformly at random between January 2020 and November 2021 to score your submission.

Instructions for use

  1. Ensure you have NumPy, PyTorch and pytorch_msssim installed (as well as the other dependencies listed in the Climate Hack.AI getting started project).

  2. Add the validate.py file to your existing submission folder, and the features.npz and targets.npz files one level up.

  3. Change into the submission/ directory (i.e. cd submission).

  4. Run validate.py using Python 3.9 (e.g. python validate.py)

Note: this assumes the script specified in your doxa.yaml file is evaluate.py as by default, so you will need to modify validate.py if you have changed it.

About

A quick way to verify your Climate Hack.AI (2022) submission locally!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages