Mert

Results 543 comments of Mert

AVIF should on average be about 20% smaller than WebP at the same quality. It also has the advantage of supporting higher bit depths and HDR where WebP is stuck...

In general, we just provide a cache folder for OpenVINO; how it gets used is totally up to them. If it failed a few times (like from a timeout), then...

You can change the `model-cache:/cache` line to `:/cache`.

Hmm that's weird, it was working well when I tested it. I'll do more testing tomorrow

@alextran1502 Can you confirm if you still have the issue as of the latest commit? I'm wondering if you maybe tried it with an older commit

I tried on a slice of my library and reproduced the issue. I think it's because of #3569.

Can confirm that handling orientation fixed all the bad crops.

@alextran1502 Could you test this PR when you get a chance? I want to be sure the cropping issues you noticed are fixed now.

It should still darken the screen after some time to avoid burn-in.

Just wanted to add that I also have an issue with multidimensional bias with [this](https://huggingface.co/immich-app/ViT-B-16__openai/blob/cad06765089b1a7e0fde6e7e3b28331dc9c72543/visual/model.onnx) model. ONNX: ![bias_onnx](https://github.com/PINTO0309/onnx2tf/assets/101130780/c024b967-9367-44da-8519-fcb2219b8984) TFLite: ![bias_tflite](https://github.com/PINTO0309/onnx2tf/assets/101130780/6b5fc4a7-74b5-488c-bd51-460c9e945fea) Extrapolating from #577, I was able to change `if (is_scalar_1...