clunietp
clunietp
@MaxKh - Did you ever figure this one out?
That sounds interesting, do you have that published anywhere? I suppose my alternative is to run the official client, bugs and all, in a heavier container
I was not able to recreate this bug using Alpine and the 3.6.5 client; sync seems to be working fine with both local and remote additions/deletions. I published my build...
Sure thing. ## Defaults: Linux: http://linux.die.net/man/3/fork For the SCHED_FIFO and SCHED_RR scheduling policies, the child process shall inherit the policy and priority settings of the parent process during a fork()...
Thanks @Roemer . I needed this to install `ros-melodic-image-transport-plugins`, which should be also included, IMO.
DracoBlue's answer allowed compilation but trickle still had a runtime error. I needed to change `make install-exec-am` to `make install-exec-am install-trickleoverloadDATA` to solve the problem; now trickle can run in...
@eboasson Thanks for taking a look. It is unfortunate that Python+Listeners, in their current state, are unsuitable for usage in a concurrent writer scenario. I'll see what I can do...
@mamoll I have not contributed to this repo before. I'd like to contribute more bug/security-related fixes but I'm unsure if I'm following the correct process. What is the typical process...
Hi @ndujar Here is the original author's code, available from https://live.ece.utexas.edu/research/Quality/index_algorithms.htm //compute mu and mu squared IplImage* mu = cvCreateImage(cvGetSize(imdist_scaled), IPL_DEPTH_64F, 1); cvSmooth( imdist_scaled, mu, CV_GAUSSIAN, 7, 7, 1.16666 );...
Interesting. I wonder how your proposed method compares to the original method. From what I remember, the current implementation did not score nearly as well on TID2008 as is documented...