-
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.
* Use FrEIA from pip + add initial cs-flow model * Explicitly freeze feature extractor weights * Fix pre-commit * Fix pylint issues * Fix pylint issues * Rename variable * Remove requires grad from timm * Add csflow to tests * Support two map modes * Add metrics for cs-flow * Use the same betas as in paper * Add model description + images * TimmFeatureExtractor->FeatureExtractor * Convert torchfx feature extractor to nn.Module * Migrate to different markdown linter + format files based on it * Initial PR feedback changes * refactor torch_model * Address changes in lightning_model * Fix tests * Fix parameters * Comments + minor refactor * Refactor method name * Add comments to cross-conv block * Add loss logging to csflow Co-authored-by: Ashwin Vaidya <[email protected]> Co-authored-by: Samet Akcay <[email protected]>
- Loading branch information
1 parent
f5893b7
commit 997272a
Showing
29 changed files
with
1,030 additions
and
585 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
120 changes: 0 additions & 120 deletions
120
anomalib/models/components/freia/framework/sequence_inn.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.