Closed michenriq closed 4 months ago
I think you can just install this library without enforcing the dependencies in requirements.txt through various methods. That way you can keep to your opencv build. End of the day if deep_sort_realtime can import cv2, it shouldn't be an issue. Let me know if there's still any issue I missed
this library uses opencv-python instead. Does that imply at something?
No, it's just a convenient package to install via pip instead of building opencv from source.
I have a pre-built version of the opencv-contrib to run on the GPU and it's already working. However, I preferd using the deep_sort_realtime instead of the Deepsort it self.
But I could notice that the deep_sort_realtime uses the opencv-python instead of the opencv, which makes my script run on my CPU instead of GPU.
Below follows a simple script that is working already however only on my cpu.
Is there a way to build opencv-python for GPU as the oficial package?