-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔨 Refactor Engine args: Create workspace directory from API (#1773)
* Create anomalib path utils * Add name and category to datamodule and dataset * Add name and category to datamodule and dataset * Rename new_dir to new_version_dir * Use convert_to_snake_case in get_models * Remove result_dir arg from CLI * add name property to anomaly module * Remove model checkpoint from get_callbacks function * format cli.py * Remove get_default_root_dir util function * Remove project creation from update_config util function * Add workspace to engine * Add ModelCheckpoint back to checkpoint init * Fix the following error: TypeError: unsupported operand type(s) for /: 'str' and 'str' * Overwrite name propery in folder 3d dataset * Overwrite name propery in folder dataset * Update the example folder config * Remove results_dir from tests * fix folder tests * Default category is an empty string * Fix the synthetic data tests * Add name parameter to Folder initialization * Fix notebook tests * Add ModelCheckpoint to the list of anomalib callbacks and initialize callbacks before trainer * remove visualization from engine * Fix the image saving path * Revert show filename * Partially address the cli tests * Setup workspace in each entrypoint * Add/remove missing/extra parts due to conflicts * Update setup-workspace * update unit tests Signed-off-by: Ashwin Vaidya <[email protected]> * fix test * stash changes Signed-off-by: Ashwin Vaidya <[email protected]> * update unit tests Signed-off-by: Ashwin Vaidya <[email protected]> * update unit tests Signed-off-by: Ashwin Vaidya <[email protected]> * fix path Signed-off-by: Ashwin Vaidya <[email protected]> * Fix ImageVisualizer tests * Skip AiVAD test Signed-off-by: Ashwin Vaidya <[email protected]> --------- Signed-off-by: Ashwin Vaidya <[email protected]> Co-authored-by: Ashwin Vaidya <[email protected]>
- Loading branch information
1 parent
4672219
commit 7c1e268
Showing
29 changed files
with
432 additions
and
268 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
Oops, something went wrong.