Blaž Rolih

Results 44 comments of Blaž Rolih

Hi, I've finally had the time to check this, really sorry for the delay. It works quite well, but I had to change some code as rotation no longer works...

Thank you. I had an idea that could maybe work: when doing pull(ifempty) if we could somehow append some additional code to this ifempty and shift for 8 bits, then...

I think I figured it out. There is in fact and `osre` keyword that signals empty OSR 🥳

When you get some time, test this code I pushed on your end (RGBW only, no need to order RGB). I tested on both RGB and RGBW and it works...

Looking at the new asm for ws2821, I think that the new logic introduces some additional low output, that might be problematic in some cases, although I had no issues...

Hello, thanks for reporting this. It's quite an unusual case. I'm not sure what the problem would be exactly, but may I just ask how you installed the anomalib? From...

Hello. Could you please provide the entire configuration file, and since the error comes from transformations, could you also provide that information please.

Sure. @luoyq6 which version of Anomalib are you using? This issue was fixed some time ago and is not present in latest version of Anomalib. So I recommend that you...

From the error message: `TypeError: PrecisionRecallCurve.__new__() missing 1 required positional argument: 'task'` I believe this is the issue of initialization of these specific metrics. In Torchmetrics each metrics has a...

That's weird, maybe Anomalib doesn't use the latest version of Torchmetrics.