|
|
|
|
|
by dominikwin
470 days ago
|
|
Okay, do you mean use it for speeding up media I/O there? I don't know if that would work. Using Yolo and drawing bounding boxes should already work fine with the supervision integration. That's how the Colab notebook does it. |
|
That's giving more control to Yolo as to when it pulls frames and how it processes them. In the Colab example you can't do this.
I get this error: "No server set for the cv2 frontend. Set VF_IGNI_ENDPOINT and VF_IGNI_API_KEY environment variables or use cv2.set_server() before use."
I tried to use set_server but I'm not sure what argument it needs.