VincentDuf
VincentDuf
Any news for this error ? I met the exact same error even with TensorRT-4.0.1.6.Ubuntu-16.04.4.x86_64-gnu.cuda-9.0.cudnn7.1.tar.gz..
Okay my bad you're right I tried with the `sudo ./thread_demo.py ` It does work well except for the putIterationPerSec part which never print the count on the frame displayed......
Hi nrsyed, I am still waiting for an answer.. Thank you
Hi nrsyed, I tried to remove the cv2.waitKey from the VideoShow class and I call it in my main loop as showed in the code: ``` #!/usr/bin/env python import cv2...
Okay thank you guys I'll have a look at all this solution. From what I can see I'd say I have to set a main thread in which the waitKey()...
No one ? @sammchardy Even when I pre-create a DataFrame with 5 empty columns (or with one row) I still get the error... is it coming from the binance side...
Sorry, I was talking about the Nvidia Jetson TX2, Here is a classical error message: ``` Traceback (most recent call last): File "./MainAphid2.py", line 52, in setup(Pin1,'in') File "/home/nvidia/gpio/gpio.py", line...
Thank you for your answer, but when I use gpio.IN it tells me 'gpio not defined', however it does work with 'in'... Also does "in" and "out" mean the pin...