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 have the following code detecting objects in real time, is it possible to use GPU RX 480 AMD instead of processor with caffe model? Are there any tutorials or tips on how to do this?
# load our serialized model from diskprint("[INFO] loading model...")
net=cv2.dnn.readNetFromCaffe(args["prototxt"], args["model"])
Thank you!
The text was updated successfully, but these errors were encountered:
I have the following code detecting objects in real time, is it possible to use GPU RX 480 AMD instead of processor with caffe model? Are there any tutorials or tips on how to do this?
Thank you!
The text was updated successfully, but these errors were encountered: