-
Can someone help me with the training steps for custom data? I keep encountering an error I DO these: Use of virtual environment is highy recommendedUsing condayes | conda create -n anomalib_env python=3.10 Clone the repository and install in editable modegit clone https://github.com/openvinotoolkit/anomalib.git Install the full packageanomalib install than,go to (https://anomalib.readthedocs.io/en/latest/markdown/guides/how_to/data/custom_data.html) set my own data after that i run (anomalib train --data configs/normal.yaml --model anomalib.models.Padim --task CLASSIFICATION) and my normal pictures is in C:/Users/CygerMan/anomalib/data/good |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Hello, I think you need to add the key
|
Beta Was this translation helpful? Give feedback.
-
hello ,I meet this problem,too. Have you solved the problem of imwrite? |
Beta Was this translation helpful? Give feedback.
-
I have solved.The problem file is : anomalib\src\anomalib\data\utils\image.py. |
Beta Was this translation helpful? Give feedback.
I have solved.The problem file is : anomalib\src\anomalib\data\utils\image.py.
In this file , the path of image is wrong.I changed it in to this , hope it can help you.