Hi!
Are you trying to setup an on prem server (separate server that needs GPU) or a local server (nuget package that runs on each robot using CPU, slower)?
Are you trying to setup an on prem server (separate server that needs GPU) or a local server (nuget package that runs on each robot using CPU, slower)?
I would like to provide more details on my previous reply.
What we are trying to achieve is to run a UiPath project using nupkg w/ licensed UiPath Assistant that is not connected to an Orchestrator (offline).
Hello @arisarnado ,
please find the link, it explains how you can use. Just to give an idea you have to set the UseLocalServer property to true as shown in the image for UiPath Document OCR
You can actually use this package to use Computer Vision on Local Server
We were able to use UiPath.ComputerVision.LocalServer.
However, we encountered the following error:
From UiPath IDE: CV Screen Scope: Response from server is not valid
From UiPath.Studio.Project.log
17:43:36.1304 => [ERROR] [UiPath.Studio.Project] [49] System.Exception: Error performing CV Detection: File or assembly 'cv_ocr_wrapper, Version=21.7.0.0, Culture=neutral, PublicKeyToken=null', or one of its dependencies failed to load. The specified file could not be found.
---> RemoteException wrapping System.IO.FileNotFoundException: Could not load file or assembly 'cv_ocr_wrapper, Version=21.7.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The specified file could not be found.
Question:
Can you tell us what lacking steps do we need to perform in order to make ComputerVision in local server work?
We tried to create an application from scratch but this time, when we tried to click “Indicate on Screen”, the error dialog “Response from local server is not valid” is displayed. Screenshot:
please check the Troubleshooting section from the below link
We added the folder “C:\Users\Administrator.nuget\packages\UiPath.computervision.localserver\23.4.0\build\net461” to the Exception list in Windows Defender. However, the error still occurred.
I guess the path is wrong, could you please use the below path C:\Users\Administrator\.nuget\packages\UiPath.computervision.localserver\23.4.0\build\net461
I have added a slash after Administrator which is missing in your path.
Also, could you confirm if the Visual C++ Redistrubutables is installed?
If not use this link to download here.