Blaž Rolih

Results 42 comments of Blaž Rolih

Thanks for this information. I'm not quite sure what to do in this case. As you said, an option would be to rename the class, but that'd mean users will...

@tonygo I finally got the chance to test this out and it works fine for me. I tested with latest version of UF2 file (v1.19.1) and I had no problems...

So, I get this error if library file is not correctly saved on pi pico. ``` %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "", line 3, in ImportError:...

So, I'm not entirely sure if I understand this right, but you can use different PIOs to achieve this. Just make two objects, each for separate PIO, for example: ```...

> I've tried initializing multiple strips in one script before, but I've had no luck. It keeps giving me a RuntimeError saying > "Raspberry Pi neopixel support is for one...

Hello. It seems like the export has dynamic axes enabled for batch: https://github.com/openvinotoolkit/anomalib/blob/d7e7d86411d106369e9cca53d8c148cba659493a/src/anomalib/deploy/export.py#L157-L165 So I think you could pass a batched input, but you'd need to modify the code as...

Many thanks for this. I'll test is as soon as I get the time. I'm not sure if this would cause any backwards-compatibility problems if merged to main, but if...

Thanks for addressing the comments. I'm not sure about the white pixel problem, but it might be due to the header and trailer because the code on that link I...

Great to hear. Did the glitches also go away with this?

Good. I'll probably have some time to review this and test next weekend. Thanks for all the effort 😄