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

-> keep_inds = torch.cat([fg_inds, bg_inds], 0) (Pdb)

Open weihao86233531 opened this issue 5 years ago • 2 comments

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!!!

weihao86233531 avatar Dec 03 '19 07:12 weihao86233531

When I see this, it is usually due to numerical instability. Check to see if you're diverging.

mathild7 avatar Jan 14 '20 21:01 mathild7

Have you solved the problem?

1170300714 avatar May 18 '20 10:05 1170300714