| # 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. | |