fasterrcnn-pytorch-training-pipeline
fasterrcnn-pytorch-training-pipeline copied to clipboard
'log.json' file contains incorrect bounding boxes
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.
Will take a look into it ASAP. Need to check the code. Maybe a threshold issue.
Yes, I think the problem is that the boxes are saved before the threshold is applied
@sovit-123 Is this solved?
@joshua-atolagbe @jgmv I just pushed an update. It's corrected now. Please pull.