-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt input size automatically based on dataset statistics (#2499)
* Refactor robust stat functions for common use * Implement parse helper for InputSizePreset * Implement input size preset selection * Implement common adaptive input size logic * Implement input size adaptation logic in InputSizeManager * Adapt input size based on dataset stat in BaseConfigurer * Implement auto input size for classification * Implement auto input size for segmentation * Implement auto input size for detection * Enable 'Auto' input size via CLI * Subsample for dataset stat compute * Update changelog.md * Fix Self-SL pipeline issue * Diable Auto mode test for DINO variants temporarily * Update document --------- Signed-off-by: Songki Choi <songki.choi@intel.com>
- Loading branch information
1 parent
12bf332
commit 45a4bcd
Showing
29 changed files
with
953 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.