Skip to content
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 community project pipeline #757

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ For more information, refer to the [Logging Documentation](https://openvinotoolk

Note: Set your API Key for [Comet.ml](https://www.comet.com/signup?utm_source=anomalib&utm_medium=referral) via `comet_ml.init()` in interactive python or simply run `export COMET_API_KEY=<Your API Key>`

# Community Projects
## 1. Pipeline training and inference on website
In this project, I create a pipeline for training and inference (my PR #729) with all datasets format MVTec (custom) on UI. Everyone can training with all Anomalib models supported and quickly to demo. And my project is an end-to-end example in anomaly detection task.

For more details, everyone can visit and use my project below link. <p><a href="https://github.com/openvinotoolkit/anomalib/discussions/733">Link Show and tell</a> | <a href="https://github.com/vnk8071/anomaly-detection-in-industry-manufacturing/tree/master/anomalib_contribute">Github anomalib vnk8071</a></p>

# Datasets

`anomalib` supports MVTec AD [(CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/) and BeanTech [(CC-BY-SA)](https://creativecommons.org/licenses/by-sa/4.0/legalcode) for benchmarking and `folder` for custom dataset training/inference.
Expand Down