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

[Task]: logical anomaly detection #1341

Closed
lemonbuilder opened this issue Sep 12, 2023 · 4 comments
Closed

[Task]: logical anomaly detection #1341

lemonbuilder opened this issue Sep 12, 2023 · 4 comments

Comments

@lemonbuilder
Copy link

lemonbuilder commented Sep 12, 2023

What is the motivation for this task?

I'm going to train 'Mvtec AD Loco' dataset using EfficientAd.
Could I have some info for that?
I wonder what part of tools/train.py I should modify for logical anomaly detection.
Or should I use another appropriate command?

Describe the solution you'd like

I downloaded 'Mvtec AD Loco' dataset.

Additional context

I read the following post.

@lemonbuilder lemonbuilder changed the title [Task]: [Task]: logical anomaly detection Sep 12, 2023
@samet-akcay
Copy link
Contributor

Hi @lemonbuilder, MVTec LOCO AD is still not available. @jpcbertoldo closed his PR without merging. You could add his script to anomalib.data directory.

Not sure if the script is properly working though. @jpcbertoldo, was the script working ok?

@jpcbertoldo
Copy link
Contributor

@lemonbuilder I lost track of tha script, but I believe there were refactors on the parent classes

class AnomalibDataset(Dataset, ABC):

class AnomalibDataModule(LightningDataModule, ABC):

so it probably won't work right away

@samet-akcay
Copy link
Contributor

thanks for the update @jpcbertoldo.

@lemonbuilder, you could then follow #471 for any update since this will be a duplicate

@samet-akcay
Copy link
Contributor

If you want to implement it yourself, you could use AnomalibDataset and AnomalibDatamodules to implement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants