Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial cfa commit
Initial cfa commit
Initial cfa commit
Revert Padim changes'
Rename variables
rename model to feature extractor
Added the old implementation
Initial commit for the second roun nd
Renamed DSVDD to CfaModel
Set optimizer with model.parameters()
Create get_feature_extractor function
Rename model to feature-extractor in CfaModel
Add compute_loss to forward
Remove saved images
Create anomaly heatmap generator for cfa model
Rename Descriptor variables and backbone names
Replace feature extractor with torchfx. Works for wide-resnet
Feature extractor inside CFA model now works!
Removed trainer-cfa2
Create cfa tests
Feature extractor inside the CFA model returns the same output
Added docstring
Worked on anomaly map generation
All the tests are passing now
Step 0: Setup the new refactoring pipeline.
Step 1 Replace descriptor with our descriptor
Step 2: Refactor init_centroid
Step 2: Refactor forward, loss and anomaly-map
Step 3: Replaced feature extractor with the new one.
Step 4: Replace dataloader with anomalib dataloader.
Step 5: Add the lightnign module
Step 6: Add the new CLI config file
Step 7: Remove the scripts belonging to the old implementation
Step 8: Added readme file
Set max-epochs to 30
Address pre-commit issues
Add tests
Fix blur tests
Fix load weight tests
Added benchmark results
Update the main readme file
Remove AUPRO from the config file
Added cfa results to docs
Add anomaly map generator class
Update anomalib/models/cfa/config.yaml
Co-authored-by: Dick Ameln [email protected]
Add the original license of coord2d
Add F1 Scores to the config file
Revert "Add F1 Scores to the config file"
This reverts commit 7752bb3.
Modified config file to adapt to the new format
dryrun_find_featuremap_dims functiion to get the feature dimensions of the backbones.
Address pylint and mypy issues
Update the changelog
Co-authored-by: Dick Ameln [email protected]
Description
Provide a summary of the modification as well as the issue that has been resolved. List any dependencies that this modification necessitates.
Fixes # (issue)
Changes
Checklist