-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/update mkdocs #47
Closed
Closed
Conversation
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
…the segmentation and heatmap output. (#37) * feat: Callback modification in anomalib.py to save the raw images of the segmentation and heatmap out put. * feat: default configuration added in default_anomalib.yaml * docs: Documentation added to CHANGELOG.md and anomaly_detection.md for plot_only_wrong and plot_raw_outputs * docs: Correction of erroneous text added in anomaly_detection.md --------- Co-authored-by: Ezequiel Bernatene <ezequiel.bernatene@orobix.com> Approved by: @lorenzomammana
…void code replication
…onnx and torchscript
…tallation to github tests
…rt function return values
* build: Add optional onnx dependencies * feat: Add onnx export function * refactor: Start logger refactoring * feat: Add onnx export capabilities for classification * feat: Add onnx export capability * feat: Add evaluation model wrappers * feat!: Refactor export_config parameter to become its own config to avoid code replication * refactor: Refactor export function to avoid excessive code replication * feat: Add inference configuration * build: Upgrade anomalib version * tests: Refactor anomaly tests to perform training and inference with onnx and torchscript * tests: Improve tests for classification related tasks * tests: Update segmentation tests with onnx export * tests: Update ssl tests to integrate onnx export * tests: Add tests to validate the outputs of exported models * build: Add pytest lazy fixtures package to test requirements * tests: Add tests checking the equality of exported models outputs * tests: Add guards to run tests if onnx is not installed, add onnx installation to github tests * style: Fix wrong parentheses * fix: Fix wrong usage of pytest skipif * fix: Fix missing parameter pop in export onnx function * tests: Remove onnx export from fastflow test * fix: Allow model wrapper to retrieve input shapes if instance is a torchscript model * build: Bump version 1.1.3 -> 1.1.4 * docs: Update changelog * refactor: Tiny improvements to model export * refactor: Add dictionary mapping export types and paths to model export function return values * fix: Fix defaults order * refactor: Move get_export_extension function * feat: Use iobinding to handle torch inputs for onnx * feat: Add cpu method to evaluation models * fix: Fix wrong configuration parameter * fix: Fix segmentation analysis not working due to missing parameter * feat: add gpu unit tests * docs: Add documentation for model import and export * docs: Add export information in documentation * docs: Update changelog * refactor: Remove references to save_backbone parameter * docs: Update changelog * docs: Fix wrong typing * fix: Avoid exporting ModelSignatureWrapper, fix wrong onnx export with multiple inputs * fix: Fix multiple inputs not handled properly in onnx evaluation forward * feat: Add automatic export with strict=False if normal torchscript fails * fix: Fix dynamic axes not generated properly when fixed_batch_size isn't passed to configuration --------- Approved By: @AlessandroPolidori Co-authored-by: rcmalli <refikcan.malli@orobix.com>
* fix: Fix logical anomaly evaluation, add temporary fix to TorchscriptEvaluationModel __call__ * Fix logical_anomaly input shape for torchscript export model * Fix export for anomaly detection new model * Fix logical anomaly evaluation * fix: Fix wrong device used in anomaly detection task * Fix num_processes in efficientad experiment config * Fix: remove paths from efficientnet config * Fix: add model name in padim * feat: Improve efficientad configuration, add generic experiment * feat: Add generic configuration * build: Update anomalib requirement * docs: Update changelog * Add: efficientad test * fix: efficient_ad test is now indipendent from our machine paths * tests: Refactor imagenette fixture in its own file * Fix: using dictionary get() method for retrocompatibility * docs: Remove merge conflict error * docs: Add efficientAd documentation --------- Co-authored-by: Lorenzo Mammana <lorenzo.mammana@orobix.com> Co-authored-by: rcmalli <refikcan.malli@orobix.com> Approved By: @lorenzomammana
Bugfix/git hyperparameter crash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Updates
mkdocs
related dependencies and fixes versions of them. This PR also aims to fix failing pipeline for documentations.Type of Change
Checklist