-
Notifications
You must be signed in to change notification settings - Fork 715
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 pipeline training and inference Patchcore UI #721
Comments
@ashwinvaidya17 I would like to be assigned and can see my repo. |
@vnk8071 That's a great pipeline you have build using anomalib! It is nice that you support training as well. One comment is that using only patchcore is a bit limiting. You can have a look at this script https://github.com/openvinotoolkit/anomalib/blob/main/tools/inference/gradio_inference.py. Maybe you can extend your |
Thank you for the reply. I will refactor the code with more backbones and models like https://github.com/openvinotoolkit/anomalib/blob/main/tools/inference/gradio_inference.py and maybe create folder name example in tools. Because I use Flask API and the app.py link with each part together and really hard to break them. How you feel with my idea? @ashwinvaidya17 |
Not sure if I understand what you mean. What does app.py link with? |
My app.py link with database when user training (weight of model ) and output of inference. And with Flask, it links with templates and static folder and structure of code when I break down them from one file. |
Ah in that case we can always have a folder named |
Oki I will refactor code follow structure of gradio_inference.py and create PR for discuss details. Thank you for your time answer @ashwinvaidya17 |
I have already build a pipeline for training and inferencing Patchcore model on website. I want to contribute my pipeline for everyone can use it to quickly demo. Where folder can I create pull request in anomalib repo?
My pipeline Github: https://github.com/vnk8071/anomaly-detection-in-industry-manufacturing
With training:
With inference:
I hope my pipeline can contribute to anomalib open-source.
The text was updated successfully, but these errors were encountered: