pytorch-faster-rcnn icon indicating copy to clipboard operation
pytorch-faster-rcnn copied to clipboard

RPN Returning Nan for Kitti Data

Open mathild7 opened this issue 5 years ago • 1 comments

Hi,

Seeing the following error: https://stackoverflow.com/questions/57698277/getting-nan-result-out-of-resnet101-backbone-with-kitti-images

When trying to run Kitti in testing mode. Will try using different weights to see if that fixes the issue. Has anyone run into this? With Kitti or not?

mathild7 avatar Aug 28 '19 18:08 mathild7

Figured it out, pascal VOC pixel location index starts at 1, but kitti starts at 0. need to remove all -1's from BBox generation.

mathild7 avatar Aug 29 '19 01:08 mathild7