Bartek Pawlik

Results 8 comments of Bartek Pawlik

Thanks a lot! I just tried it and it works well. BTW I still had to revert to using `strtod` for proper floats parsing. Using `object-reflection` branch was giving me...

Hi, I see that some of the behaviour of pip has changed (become obsolete). I've checked the following combination works well: ``` git clone https://github.com/awslabs/aws-streamer.git cd aws-streamer python3 setup.py install...

It's the build issue, not run-time. `kvssink` failed to compile on your system. Please look for error messages in the build log and make sure you have all the prerequisites...

DeepStream plug-ins can be used as any other GStreamer plug-ins. So if you have working pipeline with WebRTC as source, then you certainly can plug DeepStream into it.

Hi, We had some discussion about it in the pull request for this change: https://github.com/opencv/opencv_contrib/pull/733 I think the non-free compiler flag is just for playing safe, but it'd be good...

Hi Thomas, All above is correct. As far as I know, BM3D algorithm in [2] is not patented, therefore non-free flag could be removed. Please go ahead and complete your...

Even though BM3D builds on the idea of non-local similarities, it's a very different algorithm from NLM, this patent cannot cover it for sure. If there's nothing else that came...

It doesn't look like any of these can cover BM3D. The first one on the list comes closest, but it addresses FPN (fixed pattern noise) and it gathers blocks by...