fasterrcnn-pytorch-training-pipeline icon indicating copy to clipboard operation
fasterrcnn-pytorch-training-pipeline copied to clipboard

'log.json' file contains incorrect bounding boxes

Open jgmv opened this issue 1 year ago • 2 comments

The 'log.json' file generated when using the option 'inference.py --log-json' contains more bounding boxes than those detected in the images. This often includes objects from classes not displayed in the images.

jgmv avatar Apr 23 '24 07:04 jgmv

Will take a look into it ASAP. Need to check the code. Maybe a threshold issue.

sovit-123 avatar Apr 23 '24 12:04 sovit-123

Yes, I think the problem is that the boxes are saved before the threshold is applied

jgmv avatar Apr 23 '24 12:04 jgmv

@sovit-123 Is this solved?

joshua-atolagbe avatar Aug 20 '24 17:08 joshua-atolagbe

@joshua-atolagbe @jgmv I just pushed an update. It's corrected now. Please pull.

sovit-123 avatar Aug 21 '24 17:08 sovit-123