This repository was archived by the owner on Feb 15, 2023. It is now read-only.
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
patch_size does not scale with different values of selected_level #36
When
patch_sizeis defined in microns, the equivalent pixel conversion is done using the level of 0, and this does not get scaled for any other value. Thus, when a user selectslevel!=0, the final output is incorrect.Reference: mlcommons/GaNDLF#459