hendrycks / anomaly-seg

The Combined Anomalous Object Segmentation (CAOS) Benchmark
MIT License
154 stars 20 forks source link

how to show the anomaly scores? #20

Closed xueyoo closed 3 years ago

xueyoo commented 3 years ago

1

xksteven commented 3 years ago

We describe how to generate the anomaly scores in the README

# To evaluate the model on out of distribution test set
python3 eval_ood.py DATASET.list_val ./data/test.odgt

Finally to actually plot the scores, make sure to set the visualize flag to true in the configuration file. See this line for where it gets called.