-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support configurable input size (#3788)
* draft implementation * draft implementation2 * check input size constant value * update model part * update interface * implement adaptive input size draft version * handle edge case * add input_size_multiplier and pass it to datamodule in cli * change typehint from sequence to tuple * align with pre-commit * write doc string * implement unit test * update unit test * implement left unit test * align with develop branch * fix typo * exclude batch and num channel from input size * update docstring * update unit test * adaptive input size supports not square * update changelog * fix typo * fix typo * update base data pipeline * update keypoint detection * align with pre-commit * update docstring * update unit test * update auto_configurator to use None intead of none * revert data module policy to apply input_size to subset cfg * revert keypoint detection * add comments to explain a reason of priority in compute_robust_dataset_statistics * add integration test * update unit test * apply input_size to anomaly task * update docstring * remove unused comment * re-enable anomaly integration test * apply configurable input size to keypoint detection * update unit test * update unit test * update h-label head
- Loading branch information
Showing
84 changed files
with
1,679 additions
and
488 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
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.