-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 Refactor anomalib to new annotation format, add
refurb
and `pyupg…
…rade` (#845) * Add missing type hints to export * Add missing type hints to inferencer interfaces * Add missing type hints to post-processing modules * Add missing type hints to pre-processing modules * Add missing type hints to nncf callback * Add missing type hints to visualizer callbacks * Add missing type hints to cdf normalization callbacks * Add missing type hints to export callback * Add missing type hints to metrics configuration callback * Add missing type hints to min-max normalization configuration callback * Add missing type hints to init callbacks * Add missing type hints to model loader callback * Add missing type hints to post processing callback * Add missing type hints to tiler configuration callback * Add missing type hints to timer callback * Add missing type hints to utils * Refactored datamodule * Add missing type hints to dataset * Add missing type hints to download * Add missing type hints to folder dataset * Add missing type hints to mvtec dataset * Add missing type hints to mvtec dataset * Changed method signature of forward in AnomalyModule * Changed method signature of validation step * Add type hints to cflow * Add type hints to csflow * Add type hints to dfkde * Add type hints to dfm * Add type hints to dfm * Add type hints to draem * Add type hints to fastflow * Add type hints to ganmaly * Add type hints to padim and patchcore * Add type hints to the rest of the models * Add type hints to stfpm * Add type hints to validation step * Add type hints to validation step * Add type hints to cfa validation step * Adjust the type hint for the rest of the models * Fix the type hint for self.loss * Metrics are updated * Run pyupgrade for the first time. * Edited config to the new annotation * Converted video.py to new annotation format * Converted avenue.py to new annotation format * Converted btech.py to new annotation format * Convert to new annotation format - folder * Convert to new annotation format - inference data * Convert to new annotation format - init data * Convert to new annotation format - mvtecdata * Convert to new annotation format - synthetic data * Convert to new annotation format - ucsd data * Convert to new annotation format - visa data * Convert to new annotation format - inferencer * Convert to new annotation format - cfa model * Convert to new annotation format - cflow model * Convert to new annotation format - model commponents * Convert to new annotation format - cflow model * Convert to new annotation format - dfkde model * Convert to new annotation format - dfm model * Convert to new annotation format - draem model * Convert to new annotation format - fastflow model * Convert to new annotation format - ganomaly model * Convert to new annotation format - padim model * Convert to new annotation format - patchcore model * Convert to new annotation format - reverse distillation model * Convert to new annotation format - rkde model * Convert to new annotation format - stfpm model * Convert to new annotation format - data utils * Convert to new annotation format - deploy utils * Convert to new annotation format - model utils * Convert to new annotation format - post processing utils * Convert to new annotation format - pre processing utils * Convert to new annotation format - model utils * Convert to new annotation format - callbacks utils * Convert to new annotation format - utils * Change the method signature in csflow * Fix pre-commit * Fix ganomaly errors * Update anomalib/models/reverse_distillation/components/bottleneck.py Co-authored-by: Dick Ameln <[email protected]> * Address the PR comments. * Address refurb comments * add exits_ok=True to address failed tests * Fix tests * Update CHANGELOG.md Co-authored-by: Dick Ameln <[email protected]>
- Loading branch information
1 parent
8a6c6ea
commit 01f3323
Showing
133 changed files
with
1,741 additions
and
1,541 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
Oops, something went wrong.