-
## Description
I am attempting to scale an image using seam carving, but I receive the following error:
> *** Error in `python': free(): invalid next size (normal): 0x00000000040b7f80 ***
> ===…
-
##### System information (version)
- OpenCV => 3.3
- Operating System / Platform => Ubuntu 16.04
- Compiler => GCC 5.4
##### Detailed description
I am trying to build a **static** opencv, w…
-
ritchie@bell-lab:~/kinect_xbox$ roslaunch kinect2_bridge kinect2_bridge.launch
... logging to /home/ritchie/.ros/log/4d26ad4c-1495-11e7-9219-5404a61c4105/roslaunch-bell-lab-12817.log
Checking log d…
-
Hi,
Thank you sharing the code, the idea of the CRF as RNN is great. I have a question regarding training the model from scratch and on a different type of images.
I ran into a problem when saving p…
-
If the input clip is 16 bit then the output is identical to the input. 8 bit works fine for me.
Confirmed with the following script:
```python
from vapoursynth import core, YUV420P16
src = cor…
-
The demo is not working for me
gives runtime error on the following line of code
net = tvg_matcaffe_init(use_gpu, gpu_id, model_def_file, model_file);
**the logs on terminal are**
[libprotobuf E…
-
-
`/usr/bin/python2.7 /home/simon/Desktop/crfasrnn-master/python-scripts/crfasrnn_demo.py
Input file is " input.jpg
Output file is " output.png
GPU_DEVICE is " 0
WARNING: Logging before InitGoogleLo…
-
I am using the bilateral filter in android and when I run the code
rgba = inputFrame.rgba();
Imgproc.bilateralFilter(rgba, rgba, 10, 50, 0);
I get the error:
`E/cv::error(): OpenCV …
-
OpenCV Error: Assertion failed ((src.type() == CV_8UC1 || src.type() == CV_8UC3) && src.type() == dst.type() && src.size() == dst.size() && src.data != dst.data) in bilateralFilter_8u, file /home/trav…