Pro100rus32

Results 7 comments of Pro100rus32

> @Pro100rus32 Did ever find an answer to this? No(

I also faced this problem. In pyinstaller there is an option `--copy-metadata`, this fixes the problem. I think what's needed here is an analogue.

Can I use your code to check fps?

Code: ``` import d3dshot import cv2 d = d3dshot.create(capture_output="numpy") d.display = d.displays[0] img = d.capture_output.backend d.capture() while True: cv2.imshow("Vision", img) if cv2.waitKey(1) & 0 == 1: break ``` output: ```...

It's been over 40 minutes since the launch, but I'm still waiting)

My attempts continue, I didn't think this library was that complicated, quite different from what I saw on the website: "This makes Keras easy to learn and easy to use."....

> Do you use cuda to run the script? like this: cd yolov5-opencv-cpp-python python python/yolo.py cuda Yes. I have 140fps on yolov4 script, but yolov5 working in 10 fps :...