openvinotoolkit / anomalib

An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
https://anomalib.readthedocs.io/en/latest/
Apache License 2.0
3.69k stars 655 forks source link

The ReadMe file under csflow needs to be updated #2067

Closed vrundabhattbhatt closed 4 months ago

vrundabhattbhatt commented 4 months ago

the ReadMe file mentioned below line to be used to train model. but there is not "train.py" file exists in the whole repository

python tools/train.py --model cs_flow

samet-akcay commented 4 months ago

Thanks for reporting this. You could use this command to train a category on MVTec AD dataset. anomalib train --model Csflow --data MVTec --data.category <category>

I've updated the readme files in https://github.com/openvinotoolkit/anomalib/pull/2076