Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
/ UECVision Public archive

This project integrates Microsoft Azure Custom Vision and Microsoft Azure Computer Vision into Unreal Engine via C++ REST APIs.

License

Notifications You must be signed in to change notification settings

lucoiso/UECVision

Repository files navigation

UECVision

Unreal Engine Forum
This project was built on Unreal Engine 5.

HighresScreenshot00000

About

This project integrates Microsoft Azure Custom Vision and Microsoft Azure Computer Vision into Unreal Engine via C++ REST APIs.

image

How To

  1. Set up your Azure Resources:
    1.1. Custom Vision: Custom Vision Resource and Custom Vision Portal;
    1.2. Computer Vision: Computer Vision Resource;

  2. Fill your .json file with services' informations. There's a template with the needed informations: azureinfo_template.json;

image

  1. Set the path to save your rendered scene and the filename to send via REST apis in BP_Character_Main class. If you want to use the rendered scene, just use Path + RenderedScene.jpg.

image

  1. Set your json file location in BP_Character_Main class.

image

How to get Azure Informations:

Subscription Key and Endpoint:
In your Microsoft Azure Portal - Resource Panel:

image


Predition Key and Model Name:
Performance tab (customvision.ai): Prediction URL

image
Model Name appers below this button as "Published as: MODELNAME".


Project ID:
Settings page (customvision.ai)

image

About

This project integrates Microsoft Azure Custom Vision and Microsoft Azure Computer Vision into Unreal Engine via C++ REST APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project