You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When training anomalib AiVad ( with a video dataset ) it stops on the validation/testing.
With the next script:
fromanomalib.dataimportAvenue, UCSDped, ShanghaiTechfromanomalib.modelsimportAiVadfromanomalib.engineimportEngine# Load the avenue dataset, model and engine.datamodule=Avenue(train_batch_size=8, eval_batch_size=8, num_workers=2)
datamodule.prepare_data()
model=AiVad()
engine=Engine()
# Train the modelengine.train(model=model, datamodule=datamodule)
Describe the bug
When training anomalib AiVad ( with a video dataset ) it stops on the validation/testing.
With the next script:
Dataset
Avenue
Model
Other (please specify in the field below)
Steps to reproduce the behavior
yes | conda create -n anomalib_env python=3.10
conda activate anomalib_env
git clone https://github.com/openvinotoolkit/anomalib.git
cd anomalib
pip install -e .
anomalib install -v
OS information
OS information:
Expected behavior
Continue the validation and testing.
Screenshots
No response
Pip/GitHub
GitHub
What version/branch did you use?
latest/main
Configuration YAML
None
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: