Lexy
Lexy
``` string imgModelPath = System.IO.Path.Combine(assemblyDirectory, "models\\img\\" + "saved_model.pb"); // Load Image AI await Task.Run(() => ImgAI.StartAI(imgModelPath)); ``` ``` private static TFGraph graph; public static async Task StartAI(string modelPath) { try...
Yes i can do this after im home from work (15h GTM+1) On Tue, 12 Mar 2024, 08:49 IP2Location, ***@***.***> wrote: > Can you create a pull request for the...
> Can you create a pull request for the fixes you made? i have made a pull request with my erro fixing changes