File size: 581 Bytes
53ab640
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# IOAI 2025 Pixel Efficiency Task

This folder contains resources for the Pixel Efficiency task (day 2, task 6) in IOAI 2025.

# File Descriptions

- `Pixel.ipynb`: The baseline notebook.
- `Pixel_Solution.ipynb`: The official implementation of the reference result from the HSC and ISC.
- `metrics.py`: The evaluation script.

# Usage

First run `Pixel.ipynb`, `Pixel_Solution`, or any other solution you want to test. It should generate a `submission.jsonl` containing the generated masks.

After that, run `metrics.py` to evaluate and get the final accuracies.