From f2e5f209b371971de7a7034881ca8453306968f4 Mon Sep 17 00:00:00 2001 From: adienakhmad Date: Tue, 8 Jul 2025 12:03:41 +0000 Subject: [PATCH] add notes regarding unit test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a045cc5..9b35b2e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ y+ │ ├────────────────►▼ ┌─ Evaluation is a two-step process. Submissions must pass Step 1 to be considered for Step 2. ### Step 1: Correctness (Pass/Fail) -The output image from your API will be visually inspected. If the stitched, cropped, and scaled image is not what is expected from the input parameters, the submission is considered incorrect and will not be benchmarked for performance. **An incorrect submission receives no score.** +The output image from your API will be visually inspected using perceptual hashing or manually. If the stitched, cropped, and scaled image is not what is expected from the input parameters, the submission is considered incorrect and will not be benchmarked for performance. Unit tests will be provided by organizer (author: I haven't written them yet). **An incorrect submission receives no score.** ### Step 2: Performance Benchmarking If the output is correct, your API will be benchmarked on two key metrics: