pdeman

Results 13 comments of pdeman

Hi, I have a problem with cudnn. when I had with_cudnn = ON I get an error : "found unsuitable version 7.3.1" but required is at least "7.5". I am...

and I can't run gphoto2 --config. is there anything to do to have access to it ? does it have something with the fact that I can't make it compile...

I tried ./configure --with-libgphoto2=/usr/local/lib but then I have an error when performing make. I see: `-I/usr/local/lib/include` but the folder include doesn't exist here, is that normal ? and apparently it...

i am trying to get the pixel location of some features that i identify visually and tap on it. and ideally i want to draw an object over the image...

> > * find the position of start corner and dimensions of your image as rendered > > * using basic maths you can then translate the current offset to...

if I do `G:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe -v idsueyesrc ! videoconvert ! queue ! openh264enc ! rtph264pay name=pay0 pt=96 config-interval=1 ! tcpserversink host=10.231.220.199 port=5000` instead of udpsink. simpleRtspPlayer is stuck in "connecting". actually...

for any reason df=df.fillna(df.mean(),inplace=True) doesn't work on my computer (ubuntu 18.04, python 3.6.7 and pandas version pandas (0.25.0) I had to do this: df['HR'].fillna((df['HR'].mean()), inplace=True) df['HR'] = signal.medfilt(df['HR'],13) df['AVNN'].fillna((df['AVNN'].mean()), inplace=True)...

No, what's block_xmit ?

If I run the SendData.py, other linux computers receive: > BioSemi looking for an EEG stream... 0 ((None, None), [])

> Try the following: After uninstalling all versions of pylsl and after building the LSL libraries, go into the liblsl-Python directory where setup.py is and do a pip install .....