video-anomaly-detection
video-anomaly-detection copied to clipboard
TypeError: 'module' object is not callable
Traceback (most recent call last):
File ".\Evaluation.py", line 32, in
I run python Evaluation.py and then got this error. Can someone help?
I'm also getting the same issue. can anyone help us in this?
Just changed the below lines dataProvider = DataProvider() images = dataProvider.get_testset(True) to single line as, images = DataProvider.get_testset(True)
it works for me....