Update RT-DETR and YOLOX
This commit is contained in:
@@ -146,9 +146,9 @@ Yolo::createEngine(nvinfer1::IBuilder* builder)
|
||||
"config_infer file to get better accuracy\n" << std::endl;
|
||||
}
|
||||
}
|
||||
if (m_ClusterMode != 2) {
|
||||
std::cout << "NOTE: Wrong cluster-mode is set, make sure to set cluster-mode=2 on the config_infer file\n" <<
|
||||
std::endl;
|
||||
if (m_ClusterMode != 2 && m_ClusterMode != 4) {
|
||||
std::cout << "NOTE: Wrong cluster-mode is set, make sure to set cluster-mode=4 (RT-DETR or custom NMS) or " <<
|
||||
"cluster-mode=2 on the config_infer file\n" << std::endl;
|
||||
}
|
||||
|
||||
if (m_NetworkMode == "FP16") {
|
||||
|
||||
Reference in New Issue
Block a user