Closed Rahn80643 closed 5 years ago
Hi, when I convert my YOLOv3 model to tensorRT, some objects that can be detected in YOLOv3 are not detected in TensorRT with FP32 mode.
Objects detected in Darknet YOLOv3
Objects detected in TensorRT YOLOv3
Should I modify the training data or modify some settings in TensorRT ?
Is this your own model? please try to check the yolo config in "tensorRTWrapper/code/include/YoloConfigs.h" and the nms threshold.
I solved this by modifying the training data, and retrain the model. Thank you.
Hi, when I convert my YOLOv3 model to tensorRT, some objects that can be detected in YOLOv3 are not detected in TensorRT with FP32 mode.
Objects detected in Darknet YOLOv3
Objects detected in TensorRT YOLOv3
Should I modify the training data or modify some settings in TensorRT ?