EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

What is the IoU in the configuration file of Tensorflow object detection API #564

Open Lyhour-Chhay opened 3 years ago

Lyhour-Chhay commented 3 years ago

Excuse me everyone, in the configuration file for training the model faster RCNN in tensorflow object detection API, there are two IoU: the first stage of IoU is 0.7 and second stage post processing IoU 0.6. I understand what the IoU meaning is. However, I want to know basic of these two IoU in the configuration model faster RCNN. I think the first IoU 0.7 use to get label and for the second IoU what is use for? I don't know about the second IoU. Thank you very much.