From 32d8e5a26695f37652643c889949254f49544643 Mon Sep 17 00:00:00 2001 From: Mihai Vlad Date: Tue, 6 Feb 2024 08:44:25 +0000 Subject: [PATCH 1/6] =?UTF-8?q?=C3=8Fnit=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ..._4__metadata.json => ComputerVision__5__metadata.json} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename metadata/{ComputerVision__4__metadata.json => ComputerVision__5__metadata.json} (77%) diff --git a/metadata/ComputerVision__4__metadata.json b/metadata/ComputerVision__5__metadata.json similarity index 77% rename from metadata/ComputerVision__4__metadata.json rename to metadata/ComputerVision__5__metadata.json index 233a17a6..4bdb41bd 100644 --- a/metadata/ComputerVision__4__metadata.json +++ b/metadata/ComputerVision__5__metadata.json @@ -1,5 +1,5 @@ { - "changeLog": "Release v2022.10", + "changeLog": "Release v2022.10.10", "cpu": 0, "description": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", "displayName": "ComputerVision", @@ -20,7 +20,7 @@ "minAIFabricVersion": "22.4", "languageVersion": 3, "version": 4, - "baseImageCpu": "python36cv:22.4.0-3", - "baseImageGpu": "python36cv:22.4.0-3", - "contentUri": "https:///publicmodels/AIC/ComputerVision/4/cv_server.zip" + "customVersion": "22.10.1", + "imagePath": "cv2210:22.10.7.0", + "parametersFileJSON": "{\"probes\": [{\"probe\": \"startup\",\"initialDelaySeconds\": \"0\",\"periodSeconds\": \"1\",\"timeoutSeconds\": \"1\",\"successThreshold\": \"1\",\"failureThreshold\": \"200\"}]}" } \ No newline at end of file From 39fdb51add59bd00e8f79115fbd137ddf71b7098 Mon Sep 17 00:00:00 2001 From: Mihai Vlad Date: Thu, 8 Feb 2024 14:34:55 +0000 Subject: [PATCH 2/6] Added 22.10 --- metadata/ComputerVision__4__metadata.json | 26 +++++++++++++++++++ ....json => ComputerVision__9__metadata.json} | 4 +-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 metadata/ComputerVision__4__metadata.json rename metadata/{ComputerVision__5__metadata.json => ComputerVision__9__metadata.json} (95%) diff --git a/metadata/ComputerVision__4__metadata.json b/metadata/ComputerVision__4__metadata.json new file mode 100644 index 00000000..2926a5e1 --- /dev/null +++ b/metadata/ComputerVision__4__metadata.json @@ -0,0 +1,26 @@ +{ + "changeLog": "Release v2022.10", + "cpu": 0, + "description": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", + "displayName": "ComputerVision", + "gpu": 1, + "inputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation.", + "inputType": "JSON", + "memory": 0, + "mlPackageLanguage": "PYTHON36_CV", + "name": "ComputerVision", + "outputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation.", + "processorType": "GPU", + "projectId": "[project-id]", + "retrainable": false, + "stagingUri": "[staging-uri]", + "projectName": "UiPath Computer Vision", + "projectDescription": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", + "tenantName": "UiPath", + "minAIFabricVersion": "22.4", + "languageVersion": 3, + "version": 4, + "baseImageCpu": "python36cv:22.4.0-3", + "baseImageGpu": "python36cv:22.4.0-3", + "contentUri": "https:///publicmodels/AIC/ComputerVision/4/cv_server.zip" + } \ No newline at end of file diff --git a/metadata/ComputerVision__5__metadata.json b/metadata/ComputerVision__9__metadata.json similarity index 95% rename from metadata/ComputerVision__5__metadata.json rename to metadata/ComputerVision__9__metadata.json index 4bdb41bd..1e2ff7fb 100644 --- a/metadata/ComputerVision__5__metadata.json +++ b/metadata/ComputerVision__9__metadata.json @@ -17,10 +17,10 @@ "projectName": "UiPath Computer Vision", "projectDescription": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", "tenantName": "UiPath", - "minAIFabricVersion": "22.4", + "minAIFabricVersion": "22.10", "languageVersion": 3, "version": 4, "customVersion": "22.10.1", - "imagePath": "cv2210:22.10.7.0", + "imagePath": "cv2210:22.10.7.1", "parametersFileJSON": "{\"probes\": [{\"probe\": \"startup\",\"initialDelaySeconds\": \"0\",\"periodSeconds\": \"1\",\"timeoutSeconds\": \"1\",\"successThreshold\": \"1\",\"failureThreshold\": \"200\"}]}" } \ No newline at end of file From db273a72898d779d32cca495c7b341172bf33f69 Mon Sep 17 00:00:00 2001 From: Mihai Vlad Date: Fri, 9 Feb 2024 08:48:57 +0000 Subject: [PATCH 3/6] Code refactoring --- metadata/ComputerVision__4__metadata.json | 50 +++++++++++------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/metadata/ComputerVision__4__metadata.json b/metadata/ComputerVision__4__metadata.json index 2926a5e1..233a17a6 100644 --- a/metadata/ComputerVision__4__metadata.json +++ b/metadata/ComputerVision__4__metadata.json @@ -1,26 +1,26 @@ { - "changeLog": "Release v2022.10", - "cpu": 0, - "description": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", - "displayName": "ComputerVision", - "gpu": 1, - "inputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation.", - "inputType": "JSON", - "memory": 0, - "mlPackageLanguage": "PYTHON36_CV", - "name": "ComputerVision", - "outputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation.", - "processorType": "GPU", - "projectId": "[project-id]", - "retrainable": false, - "stagingUri": "[staging-uri]", - "projectName": "UiPath Computer Vision", - "projectDescription": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", - "tenantName": "UiPath", - "minAIFabricVersion": "22.4", - "languageVersion": 3, - "version": 4, - "baseImageCpu": "python36cv:22.4.0-3", - "baseImageGpu": "python36cv:22.4.0-3", - "contentUri": "https:///publicmodels/AIC/ComputerVision/4/cv_server.zip" - } \ No newline at end of file + "changeLog": "Release v2022.10", + "cpu": 0, + "description": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", + "displayName": "ComputerVision", + "gpu": 1, + "inputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation.", + "inputType": "JSON", + "memory": 0, + "mlPackageLanguage": "PYTHON36_CV", + "name": "ComputerVision", + "outputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation.", + "processorType": "GPU", + "projectId": "[project-id]", + "retrainable": false, + "stagingUri": "[staging-uri]", + "projectName": "UiPath Computer Vision", + "projectDescription": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", + "tenantName": "UiPath", + "minAIFabricVersion": "22.4", + "languageVersion": 3, + "version": 4, + "baseImageCpu": "python36cv:22.4.0-3", + "baseImageGpu": "python36cv:22.4.0-3", + "contentUri": "https:///publicmodels/AIC/ComputerVision/4/cv_server.zip" +} \ No newline at end of file From d7d2e4be9881edf9d84d4c20d9c6dc8e8ab1a02d Mon Sep 17 00:00:00 2001 From: Mihai Vlad Date: Fri, 9 Feb 2024 10:36:05 +0000 Subject: [PATCH 4/6] Comments solved --- metadata/ComputerVision__9__metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/ComputerVision__9__metadata.json b/metadata/ComputerVision__9__metadata.json index 1e2ff7fb..cd8c81b5 100644 --- a/metadata/ComputerVision__9__metadata.json +++ b/metadata/ComputerVision__9__metadata.json @@ -4,7 +4,7 @@ "description": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", "displayName": "ComputerVision", "gpu": 1, - "inputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation.", + "inputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation. https://docs.uipath.com/activities/other/latest/ui-automation/computer-vision-activities ", "inputType": "JSON", "memory": 0, "mlPackageLanguage": "PYTHON36_CV", @@ -20,7 +20,7 @@ "minAIFabricVersion": "22.10", "languageVersion": 3, "version": 4, - "customVersion": "22.10.1", + "customVersion": "22.10.10", "imagePath": "cv2210:22.10.7.1", "parametersFileJSON": "{\"probes\": [{\"probe\": \"startup\",\"initialDelaySeconds\": \"0\",\"periodSeconds\": \"1\",\"timeoutSeconds\": \"1\",\"successThreshold\": \"1\",\"failureThreshold\": \"200\"}]}" } \ No newline at end of file From 47a6492976d6346fa14c3e58a90e8940d8ffb307 Mon Sep 17 00:00:00 2001 From: Mihai Vlad Date: Fri, 9 Feb 2024 14:13:57 +0000 Subject: [PATCH 5/6] Comments solved --- metadata/ComputerVision__9__metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/ComputerVision__9__metadata.json b/metadata/ComputerVision__9__metadata.json index cd8c81b5..8493f49f 100644 --- a/metadata/ComputerVision__9__metadata.json +++ b/metadata/ComputerVision__9__metadata.json @@ -19,7 +19,7 @@ "tenantName": "UiPath", "minAIFabricVersion": "22.10", "languageVersion": 3, - "version": 4, + "version": 9, "customVersion": "22.10.10", "imagePath": "cv2210:22.10.7.1", "parametersFileJSON": "{\"probes\": [{\"probe\": \"startup\",\"initialDelaySeconds\": \"0\",\"periodSeconds\": \"1\",\"timeoutSeconds\": \"1\",\"successThreshold\": \"1\",\"failureThreshold\": \"200\"}]}" From ffab96d9bbf32800f917f48754951d4f4c7a38e8 Mon Sep 17 00:00:00 2001 From: Mihai Vlad Date: Fri, 9 Feb 2024 14:18:31 +0000 Subject: [PATCH 6/6] Comments solved --- metadata/ComputerVision__9__metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/ComputerVision__9__metadata.json b/metadata/ComputerVision__9__metadata.json index 8493f49f..dca5605b 100644 --- a/metadata/ComputerVision__9__metadata.json +++ b/metadata/ComputerVision__9__metadata.json @@ -1,7 +1,7 @@ { "changeLog": "Release v2022.10.10", "cpu": 0, - "description": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", + "description": "Backend server for the AI Computer Vision solution that detects User Interface Elements from a provided Application screenshot", "displayName": "ComputerVision", "gpu": 1, "inputDescription": "Please use the Computer Vision Activities included in the UIAutomation package. For more information please visit the official documentation. https://docs.uipath.com/activities/other/latest/ui-automation/computer-vision-activities ", @@ -15,7 +15,7 @@ "retrainable": false, "stagingUri": "[staging-uri]", "projectName": "UiPath Computer Vision", - "projectDescription": "Backend server for the Computer Vision solution that detects User Interface Elements from a provided Application screenshot", + "projectDescription": "Backend server for the AI Computer Vision solution that detects User Interface Elements from a provided Application screenshot", "tenantName": "UiPath", "minAIFabricVersion": "22.10", "languageVersion": 3,