kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 107 forks source link

RPN is not producing bounding boxes that overlap the ground truth boxes. Check RPN settings or keep training. #103

Open getabhishekified opened 3 years ago

getabhishekified commented 3 years ago

while training the whole network after training RPN, I am getting this error: 'RPN is not producing bounding boxes that overlap the ground truth boxes. Check RPN settings or keep training.'

Please tell me what to do.