Pytorch-CustomDataset-FasterRCNN icon indicating copy to clipboard operation
Pytorch-CustomDataset-FasterRCNN copied to clipboard

Each object is bound by multiple bounding boxes in result

Open Chethan-Babu-stack opened this issue 4 years ago • 1 comments

I have trained the model with my dataset. I see in the results each object is identified multiple times. How do I avoid find the same object more than once?

Chethan-Babu-stack avatar Jul 20 '21 21:07 Chethan-Babu-stack

Its been a while since I ran this code: but try changing the threshold values in the calc_iou function

ppriyank avatar Jul 20 '21 22:07 ppriyank