HoangKhoi
HoangKhoi
I have the same question !!!
@ravimashru Please help us !
@ravimashru Thank you for your reponse ! At first, when i used the model in https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov4/model, it gives me an error: RuntimeError: /onnxruntime_src/onnxruntime/core/session/inference_session.cc:215 onnxruntime::InferenceSession::InferenceSession(const onnxruntime::SessionOptions&, const string&, onnxruntime::logging::LoggingManager*) status.IsOK() was...
> I use it exactly like you: `sess = rt.InferenceSession("yolov4.onnx")` > > The versions that are currently working for me: > > ``` > numpy==1.19.4 > onnx==1.7.0 > onnxruntime==1.5.2 >...