TimYao18

Results 16 issues of TimYao18

The question is about the performance difference between TensorFlow Lite Delegate and the Apple Core ML API. I test the same model that convert into TFLite and Core ML mlpackage....

comp:lite
TFLiteConverter

I'm trying to use Record3D video convert into NeRF. From this script, it seems not to use the depth files. And there are two transforms.json in the root directory and...

Hi, I have a question about Imp. (Improvement) calculation. The description says: ![Screenshot 2024-02-05 at 5 59 13 PM](https://github.com/isl-org/MiDaS/assets/15173100/db2f3969-3a2d-47b5-b281-b82540a55269) So, if ɛd is the `zero-shot error` for dataset d, then...

I have converted the MiDaS 2.1 [ONNX model](https://github.com/isl-org/MiDaS/releases/download/v2_1/model-small.onnx) into TFLite float32 and float16 using [ONNX2TF](https://github.com/PINTO0309/onnx2tf). I tried the float32 and float16 models with GPU(Metal Delegate) and NPU(Core ML Delegate) on...

I can use the plugin to see multiple images in a file. but how can I save multiple images into a heic file?

Hi all, I want to know why the vocab.json and merges.txt are the same ones from the converting process? If we use a different CLIP model or Text Encoder model,...

Hi, I met error when using python cli generate images on my M1 Macbook Air. When computeUnit=CPU_AND_GPU + controlNet, it works fine. When computeUnit=CPU_AND_NE + controlNet, it errors as below...

I test the StableDiffusionPipeline API with Diffusers app on both macOS and iOS and try to let users select their own custom models into the app. I put custom Stable-Diffusion-v1-5_split-einsum_cn...

How can I evaluate the Benchmarks on iPhone? Use [swift-coreml-diffusers](https://github.com/huggingface/swift-coreml-diffusers) with [stabilityai/stable-diffusion-2-1-base](https://huggingface.co/apple/coreml-stable-diffusion-2-1-base)? I think it could not be run on iPhone with "swift run StableDiffusionSample ..."

I built the Windows kvazaar cli and used below command to convert video: ```bash .\kvazaar.exe --input test_406x720_30.mp4 --output out.hevc ``` The log shows as below: ```bash Compiled: INTEL, flags: MMX...