cvlab-yonsei / MNAD

An official implementation of "Learning Memory-guided Normality for Anomaly Detection" (CVPR 2020) in PyTorch.
333 stars 82 forks source link

evaluate.py #13

Open doulalala opened 3 years ago

doulalala commented 3 years ago

when i use the model provided by the author to evaluate it, "ValueError: Found input variables with inconsistent numbles of samples:[1966,7056]". Has someone else had the same problem?

JaiDoshi commented 2 years ago

@doulalala I am getting the same error. Were you able to resolve it?

Smallwhite999 commented 1 year ago

when i use the model provided by the author to evaluate it, "ValueError: Found input variables with inconsistent numbles of samples:[1966,7056]". Has someone else had the same problem?

Have you solved the problem? If so, could you tell me the solution? Thank you very much!