You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stream stream = new FileStream("e7b1a568c53245928a5146efd401c5e5.jpg", FileMode.Open);
Yolo a = new Yolo("yolov5x.onnx");
var list=a.Prediction(stream);
There seems to be an issue with my post-processing image. Can you guide me?
Why is there no ResizeImages method?
The text was updated successfully, but these errors were encountered: