Open OpenAI2022 opened 5 years ago
Why do you want to convert Darknet to ONNX, while Yolo is natively supported in DeepStream 4.0? https://news.developer.nvidia.com/deepstream-sdk-4-now-available/
Read: https://github.com/AlexeyAB/darknet#yolo-v3-in-other-frameworks
Also, pjreddie's darknet supports yolov3-spp weights too.
@15605190982 how do you convert to TensorRT?
Hi, @AlexeyAB, I try to convert your yolov3-spp weights to onnx and accelerate it with tensorRT. I accelerated yolov3 model in pjreddie's darknet successfully. But when i imitate yolov3-spp, after speed up by tensorrt, nothing it can detect. I'm quite sure i use all weights in yolov3-spp weights, and build the right network structure. I wonder, is there something different from pjreddie‘s repo,about saving weights or parsing weights?