Benchmark pretrained weights #1626
Replies: 2 comments
-
@qwzhuanghkclr, I'm not sure if it is available at this moment. @ashwinvaidya17 might be able to help better here. We will be addressing the benchmarking pipeline in anomalib v1.1. Maybe we could label this as a feature request |
Beta Was this translation helpful? Give feedback.
-
Yeah, we are going to revamp the benchmarking stuff in anomalib v1.1. The current (main branch) benchmarking script uses the name of the model defined in the benchmarking yaml file to fetch the config for that model. So all the parameters from the model's config file are loaded. If you want to use pretrained weights with benchmarking script then you need to set |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the motivation for this task?
My I ask why there are no pretrained weights or custom trained weights configuration in benchmark pipeline?
Describe the solution you'd like
For example, I haved trained an efficientAD model, how can I use benchmark to test my trained weights?
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions