deep-learning-for-image-processing
deep-learning-for-image-processing copied to clipboard
IndexError: index 5 is out of bounds for axis 2 with size 5
if isinstance(catId, int):
s = s[:, :, catId, aind, mind]
else:
s = s[:, :, :, aind, mind]
在用 Faster R-CNN 代码中的validation.py文件时报错,之前用的时候没问题,不清楚为什么会出现这个问题