-
Notifications
You must be signed in to change notification settings - Fork 705
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
Add Gradio #283
Add Gradio #283
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution! I have a minor comment. This would help with the checks: pre-commit https://openvinotoolkit.github.io/anomalib/guides/using_pre_commit.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @julien-blanchon! This is a great addition! 🔥
I only have a few comments, hopefully wouldn't require so much of your time. If yes, we could do those changes as well. Thanks!
I will make a new commit this tomorrow with some patch |
I've just push a typo fix, feel free to reformat |
The Maybe a better description and interface could be done. |
@julien-blanchon thanks a lot! Yeah, I agree, we could do another round of refactoring to re-use some of these across other inference stuff. This is the scope of another PR that we could create in the future, though. Really appreciate your efforts here. Thanks again! |
Add Simple Gladio support
Add new tool
inference_gladio.py
for gladio integrationExample
python tools/inference_gradio.py --config ./anomalib/models/padim/config.yaml --weight_path ./results/padim/mvtec/bottle/weights/model.ckpt
Changes
Checklist