π Getting Started ¶
By: clemsg on May 19, 2025, 10:55 a.m.
Welcome to the UNICORN Challenge!ΒΆ
To help you get up and running, we provide three public repositories:ΒΆ
1) unicorn_baseline_templateΒΆ
A minimal working template that runs on all tasks.
β
Perfect for understanding the submission flow.
π Includes example data for each task so you can debug locally and verify that your output format is correct.
2) unicorn_baselineΒΆ
Our official baseline implementations with more complete logic for input preprocessing and foundation model inference.
β
Ideal if you want to study a working pipeline that produces meaningful outputs.
π Also includes example data for local testing and output validation.
3) unicorn_evalΒΆ
The official evaluation toolkit for the challenge:
π§© Contains adaptors used in vision tasks to map features β predictions
π οΈ Participants can submit custom adaptors via pull request β you'll get a unique name including your team name to ensure you receive credit!
For more details on adaptors and how to contribute, check out this README.
π¬ Questions? Drop them here in the forum β weβre happy to help.
Good luck and happy programming!