Bilgin Aksoy
Bilgin Aksoy
I solved the problem. 1. I deleted the _mask.so. 2. I edited the file /libs/datasets/pycocotools/_mask.c lines "/home/shang/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h", "/home/shang/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h", for my computer. and run make. Best.
Convert your stereo signal to mono signal. `signal = audioBasicIO.stereo2mono(signal)`
Hi, Run the docker image. Open the bash copy and paste the commands below: `git clone --depth 1 https://github.com/opencv/opencv.git /root/opencv && \ cd /root/opencv && \ mkdir build && \...
What is your stride for your example?
Your result is correct.
I'm using Office 2016 on Mac. Whenever I press the copy to clipboard button, the dialog box/form disappears but I'm unable to paste it to Texmaker or any text editor.
@MarvinTeichmann Can you explain a little bit of training procedure? I totally mixed up with the KiitiSeg.
@pedro-abreu @jkuh626 You should change the source code and adapt to new OpenCv versions.
@Katou2 First install the opencv. If you install a newer version than the original gpu_flow used, than search the opencv api documentation and change the includes and method names. You...
Yes, those are the prototypes changes. OpenCv programmers transferred some methods to another class. Whenever I have spare time, I can check and try to inform you. Can you push...