rohban-lab / Knowledge_Distillation_AD

84 stars 46 forks source link

About New Visualization Issues #17

Open wangxin-fighting opened 1 year ago

wangxin-fighting commented 1 year ago

Hello, I went to test.py to generate a visualization of the anomaly localization after the training, following the closed way that others have asked you before, and I got the following error.What is the reason for this?Looking forward to your reply very much, thank you!

Traceback (most recent call last): File "D:/1-study/2-code/Knowledge_Distillation_AD-main/test.py", line 31, in main() File "D:/1-study/2-code/Knowledge_Distillation_AD-main/test.py", line 20, in main config=config) File "D:\1-study\2-code\Knowledge_Distillation_AD-main\test_functions.py", line 79, in localization_test return compute_localization_auc(grad, ground_truth) File "D:\1-study\2-code\Knowledge_Distillation_AD-main\test_functions.py", line 344, in compute_localization_auc tp_map = np.multiply(grad_t, x_ground_comp) ValueError: operands could not be broadcast together with shapes (167,128,128) (141,128,128)

SMSD75 commented 1 year ago

Hi, Probably the number of GT masks is not the same as the number of training images.