WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.98k stars 524 forks source link

Window10 onnx->tensorrt YOLOR #46

Open ttanzhiqiang opened 2 years ago

ttanzhiqiang commented 2 years ago

image

look https://github.com/ttanzhiqiang/onnx_tensorrt_project

abhigoku10 commented 2 years ago

@ttanzhiqiang thanks a lot for sharing , hwo much inference speed were you able to reach !!!

ttanzhiqiang commented 2 years ago

17ms/pcs

abhigoku10 commented 2 years ago

@ttanzhiqiang thanks a lot for the response can you share the inference code for running the onnx converted / tensorrt converted model

ttanzhiqiang commented 2 years ago

https://github.com/ttanzhiqiang/onnx_tensorrt_project

abhigoku10 commented 2 years ago

@ttanzhiqiang thnak for response in here i see only cpp is there python version image