-
I have successfully run the segmentation by padim, efficient_ad, and stfpm on my custom dataset. However, when I modify the config file of ganomaly just like the way I did for the others and I run it, it gives me AssertionError during the Testing DataLoader. Below is my modified config.yaml file for ganomaly converted into a text file
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe this is the case because ganomaly is classification model and doesn't provide segmentation result. |
Beta Was this translation helpful? Give feedback.
I believe this is the case because ganomaly is classification model and doesn't provide segmentation result.