Open vishalvijay99 opened 6 months ago
While calling the model for prediction on image what IoU threshold is used?I don't see any number or counter to set threshold for IoU. Where to find this?
RTDETR don't have nms (so no IoU threshold) in postprocessor.
IoU threshold
RTDETR 在后处理器中没有 nms(所以没有IoU threshold)。
那如果我想在测试的时候设置IoU阈值为0.5的话应该怎么办呢?
While calling the model for prediction on image what IoU threshold is used?I don't see any number or counter to set threshold for IoU. Where to find this?