update submission.txt
Pre-Processing Limitation
Preloading the images before the first request counts as pre-processing. Doesn't matter if it's to a cache, a different format or memory mapped file.
dennis arfan submission
Crop size confusion
crop_size
of [1.0, 1.0]
would be the original size so there can't be any offset.
Crop size confusion
No, that would be invalid as the crop region would be outside the stitched canvas.
Crop size confusion
No, both crop_offset
and crop_size
are relative to the stitched canvas. The visual guide on the readme should help you.