deep-learning-for-image-processing icon indicating copy to clipboard operation
deep-learning-for-image-processing copied to clipboard

IndexError: index 5 is out of bounds for axis 2 with size 5

Open Cuiguangyan opened this issue 1 year ago • 0 comments

        if isinstance(catId, int):
            s = s[:, :, catId, aind, mind]
        else:
            s = s[:, :, :, aind, mind]

在用 Faster R-CNN 代码中的validation.py文件时报错,之前用的时候没问题,不清楚为什么会出现这个问题

Cuiguangyan avatar Jul 08 '24 09:07 Cuiguangyan