BirdZhang

Results 56 comments of BirdZhang

> Hello, if possible, could you share the model so that we can reproduce the issue from our end? Yeah, sure. It's [openpilot's supercombox.onnx](https://github.com/commaai/openpilot/blob/master/selfdrive/modeld/models/supercombo.onnx), i wrote [a litte demo](https://github.com/0312birdzhang/op_ov_demo), you...

@isanghao can you take a look it or do you have some suggestion?

I'm a newbie on it, this model is from comma.ai and they only open source the onnx model. If you mean just modify this model, can you point me more?

Seems like it's working! 100 times infer_request with CPU: ``` real 0m2.092s user 0m14.716s sys 0m3.144s ``` 100 times infer_request with GPU: ``` real 0m1.865s user 0m2.066s sys 0m2.051s ```...