Thomas Sanchez Lengeling
Thomas Sanchez Lengeling
Hi, I am getting this error while trying to compile the example code from the wiki ```` from pyAudioAnalysis import audioSegmentation as aS [flagsInd, classesAll, acc, CM] = aS.mtFileClassification("data/scottish.wav", "data/svmSM",...
Did you find a way to implement this feature? thank you for the great library!
Thank you for your response, any recommendation to perfectly sync two videos. I want to synchronize the playback of two videos. Thank you for your help.
I solved it by copping the dylib files from ffmpeg/lib/osx to /usr/local/lib and it worked
@Koby88 Did you manage to solve this issue, I am having similar problems with the MKS 2.0, I connect both TX and RX to the Serial3 of teensy 4.0, could...
Thank you!, I am having problems receiving data from the TMC2209 on the RX. I connected the RX and TX as the figure that @MarcelRobitaille shared with you. The TX...
sorry for the msg, it's working now, thanks for the great lib!
I also have the problem with Severity Code Description Project File Line Suppression State Error C2131 expression did not evaluate to a constant opencv_rgbd ``` [234] - float f[params.frameSize.width*params.frameSize.height]; [235]...
Ok, got it to work using this https://github.com/alexgkendall/SegNet-Tutorial/issues/55 however, I am getting the following error, any suggestions? ```` Traceback (most recent call last): File "/home/tom/SegNet/Scripts/webcam_demo_pro.py", line 62, in out =...
This is using the File ````/home/tom/SegNet/Scripts/webcam_demo.py"```` example