Pierre Chatelier

Results 88 comments of Pierre Chatelier

Ok, with the following point set, results are really not great by adding G or P' ``` cv::theRNG().state = 1234; auto noisyPointShift = [] {return cv::Point2f(cv::theRNG().uniform(-1.f, 1.f), cv::theRNG().uniform(-1.f, 1.f));}; auto...

> hey [@chacha21](https://github.com/chacha21) can you assign this issue to me I have already posted a PR #27366

Not fixed by 1.9.6 In the following code , for a token of `1e+9999` (written by jsoncpp itself), `(is >> value)` will let `value` equal to 0 and will ultimately...

BTW, where do I download a recent vplswref64.dll ? I can't tell where mine comes from, but it is not built by the current libvpl git project [edit] found here...

> This vplswref64.dll was a component leveraging CPU process, and we don't support it anymore. We support only gpu runtime only which it comes with gfx driver. For that, please...

> The original intention of cpu runtime was to provide "reference" functionality as you mentioned. But we discontinued it. CPU runtime might have had the issue to deal with the...

> What is your goal? > Do you want to decode frame by frame? or to decode a video stream and this I frame test is for experiment VPL? I...

> Do you see "MFX_ERR_MORE_DATA" from this part? No. I can't send a console log right now (AFK) but the `MFX_ERR_MORE_DATA` that bothers me is this one : ``` if...

> Can you share the code you modified? I did not modify the code attached to the first post of this issue The code shows different strategies to initialize things...

Ok, I see what you did. I will test on Monday, and if it works I will perform even more tests to check extensively and compare with what the doc...