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
I am using opencv 4.5.4, which supports the use of converted yolov5.onnx. So, I converted the best.pt (inside Yolov5 folder) to best.onnx.
I can now load the model successfully using: cv::dnn::readNetFromONNX("best.onnx")
BUT, I do not know how to use it to find bounding boxes around fires and smokes given a test image!
Please help me anyone does know how. thanks.
The text was updated successfully, but these errors were encountered:
I am using opencv 4.5.4, which supports the use of converted yolov5.onnx. So, I converted the best.pt (inside Yolov5 folder) to best.onnx.
I can now load the model successfully using:
cv::dnn::readNetFromONNX("best.onnx")
BUT, I do not know how to use it to find bounding boxes around fires and smokes given a test image!
Please help me anyone does know how. thanks.
The text was updated successfully, but these errors were encountered: