pytorch-faster-rcnn
pytorch-faster-rcnn copied to clipboard
-> keep_inds = torch.cat([fg_inds, bg_inds], 0) (Pdb)
I got this problem,I change the x1 = float(bbox.find('min').text)...,and lower the thresh .but it did not work. so does anyone solved it,please tell me.thanks!!!
When I see this, it is usually due to numerical instability. Check to see if you're diverging.
Have you solved the problem?