Jonathan Benavides

Results 5 comments of Jonathan Benavides

It's also happening to me, and it was working before, this is my project setup: 1. I created a local swift package that uses SwiftyTesseract as a dependency 2. Added...

> > It's also happening to me, and it was working before, this is my project setup: > > > > 1. I created a local swift package that uses...

Hi @BradF-99 I am getting exactly the same result as you, I think we have to do some preprocessing to the inputs but I haven't been able to figure it...

Thanks for the quick response @BradF-99, according to [this](https://github.com/xuebinqin/U-2-Net/issues/176) the inputs should be RGB! We may need to do some pre-processing. I am still new with coreml, will keep investigating.

Has anyone figured out how to use the newly introduced [Multifunction Models](https://apple.github.io/coremltools/docs-guides/source/multifunction-models.html#multifunction-models)? Apple engineers even demonstrated it with a fine-tuned version of SDXL at [WWDC 2024](https://developer.apple.com/videos/play/wwdc2024/10161/). Any guidance or support...