jvkloc
Results
2
issues of
jvkloc
I'm trying to write a code for implementing YOLOv8 detection and DeepSORT tracking to mp4 video opened with OpenCV (if I get this working, I'll move to real time RealSense...
I have ``` from osc4py3.as_eventloop import * from osc4py3 import oscbuildparse ``` as imports and suddenly `osc_process()` has started throwing `'NoneType' object has no attribute 'wait_for_job'` in the previously all...