Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.47k stars 1.49k forks source link

Question about more inference methods #456

Open littletomatodonkey opened 3 years ago

littletomatodonkey commented 3 years ago

Hi, Yolov4 performs so well so we convert the model to PaddlePaddle format and deploy in our env, could i create a pull request for the new deployment method using PaddleInference? Thanks for your excellent job!