Task 05: Baseline preprocessing code either doesnt extract any patches for some TIFF images or extracts too many for others ¶
By: aditya.vartak on May 19, 2025, 3:25 p.m.
Hi,
I'm using the unicorn baseline code from here. While doing sanity checks, it failed for some tiff images
- task-5-case-137.tif: This file is too big (20MB) for a cropout and based on patch preprocessing code in the repo, it dumps too many patches and processing those goes beyond the timelimit
- task-5-case-213.tif: This file is too small and hence patch preprocessing code doesnt get even a single patch for extracting features.
These images identifies potential edge cases that are not handled by the patch preprocessing in the repo. Since this is affecting submission to the Sanity check LB, hence requesting if there would be any update to the code in baseline or competitors are supposed to handle it themselves?
Thanks in advance