chencuber

Results 6 comments of chencuber

it 's a useful feature, can you merge it and update to vscode extension, thanks!

> SalBenchmark-master\Code\Sample\CmIluImgs.cpp > line 325 > Unhandled exception at 0x00007FFDBBFB4F88 (opencv_core2410.dll) in Demo.exe: 0xC0000094: Integer division by zero. I just encounter this problem too, have you solved it?

> This is my test code > > ``` > vr = decord.VideoReader('input\\videoS.webm', ctx=decord.cpu(0), num_threads=2) > for i in range(len(vr)): > frame = vr[i] > crop = frame.asnumpy()[500:550, 800:850] >...

> meet same problems, any suggestion? Just compile ffmpeg with libaom other than libdav1d until someone has fixed it ...

> Google researches published paper with details of implementation of their superresolution: https://arxiv.org/abs/1905.03277 > > It seems not trivial but implementable. Algorithm introduces new approach to merge and produces demosaiced...

> The reason is simple. there are errors in the published work. The author means (lamda1-lamda2)/(lambda1+lambda2) I think you are right, that form makes sense.