mobile-vod-bottleneck-lstm icon indicating copy to clipboard operation
mobile-vod-bottleneck-lstm copied to clipboard

Error in evaluate.py

Open AmitYadu opened this issue 4 years ago • 1 comments

Traceback (most recent call last): File "evaluate.py", line 227, in true_case_stat[class_index], KeyError: 1

AmitYadu avatar Mar 09 '20 13:03 AmitYadu

Maybe you havn't set background as one class. The classes are ['background', # always index 0 'airplane', 'antelope', 'bear', 'bicycle', 'bird', 'bus', 'car', 'cattle', 'dog', 'domestic_cat', 'elephant', 'fox', 'giant_panda', 'hamster', 'horse', 'lion', 'lizard', 'monkey', 'motorcycle', 'rabbit', 'red_panda', 'sheep', 'snake', 'squirrel', 'tiger', 'train', 'turtle', 'watercraft', 'whale', 'zebra']

Mindbooom avatar Mar 17 '20 13:03 Mindbooom