- Notes de publication
- Vue d'ensemble (Overview)
- Paramétrage et configuration
- Détails de l'installation
- Déploiement du package
- Licences
- Stockage de données
Ai Computer Vision user guide
Cette page décrit comment déployer un paquet ML Computer Vision prêt à l'emploi.
Création du paquet ML
To create a Computer Vision ML package, select the AI Center service from the left navigation bar, create a new project or access an existing one, and then select ML Packages.
Pour une installation hors ligne
- Select Upload zip file.
- Under Package name, enter a package name.
- Under Upload package, upload the Computer Vision ML package as a
.zipfile.
To do so, you need to download the cv-ondemand.tar.gz bundle. For further details, go here. 4. Under Input type, select Json from the drop-down menu. 5. Under Language, select the corresponding Python language from the drop-down menu. 6. Enable the Recommend GPU toggle button. 7. Select Create.
Pour une installation en ligne
- Select Out of the box Packages.
- Select UiPath Computer Vision.
- Select ComputerVision.
- Under Choose Package Version, select a package version from the drop-down menu.
- Sélectionnez Soumettre.
Création de la compétence ML
Dans le même projet que celui dans lequel vous avez créé le paquet ML, vous devez :
- Go to ML Skills.
- Select Create new.
- Under Name, enter a name for the ML skill.
- Under Choose Package, select the ML package you just created from the drop-down menu.
- Under Choose package major version, select a major version from the drop-down menu.
- Under Choose package minor version, select a minor version from the drop-down menu.
- Enable the Enable GPU toggle button.
- Enable the Make ML Skill Public toggle button.
- Sélectionnez Créer.
- Once the ML skill is available, this can take up to 30 minutes, select the ML skill and copy the Url.
Modification des points de terminaison au niveau de l'activité
Au niveau de l'activité dans votre projet UiPath Studio, vous devez remplacer :
- the URL property value of the CV Screen Scope activity, and
- the Endpoint property value of the UiPath Screen OCR activity
à l'URL de la compétence ML.
Modification des points de terminaison au niveau du projet
The default URLs can also be changed from the Project Settings page.
Modification du point de terminaison pour Étendue d'écran CV (CV Screen Scope)
To change the endpoint for CV Screen Scope, go to UiPath Studio > your project > Project Settings > Computer Vision > CV Screen Scope > Server > Run value/Debug value > change https://cv.uipath.com to the URL of the ML skill.

When Local Server is set to True, the ML skill is over-written.
Modification du point de terminaison pour OCR d'écran UiPath (UiPath Screen OCR)
To change the endpoint for UiPath Screen OCR, go to UiPath Studio > your project > Project Settings > OCR > UiPath Screen OCR > Endpoint > Run value/Debug value > change https://ocr.uipath.com to the URL of the ML skill.

- Création du paquet ML
- Pour une installation hors ligne
- Pour une installation en ligne
- Création de la compétence ML
- Modification des points de terminaison au niveau de l'activité
- Modification des points de terminaison au niveau du projet
- Modification du point de terminaison pour Étendue d'écran CV (CV Screen Scope)
- Modification du point de terminaison pour OCR d'écran UiPath (UiPath Screen OCR)