Custom Vision Service
- Make sure Docker is running and it's in your PATH Environment Variable.
- Export your own model docker image from Custom Vision or use the provided demo model and put it into the
\Dockerdirectory. - Either drag and drop the .zip package onto the
DragNDropRunWindows.bator open a powershell window in the\Dockerdirectory and type:ExtractBuildRun.ps1 1514101266af4aca92dcfdee24bec30f.DockerFile.Linux.zipwhere1514101266af4aca92dcfdee24bec30f.DockerFile.Linux.zipis the name of the model package file. - After it builds and runs it will display
* Running on http://172.17.0.2:80/ (Press CTRL+C to quit). This will be the internal address the server is running at, it can be accessed locally athttp://127.0.0.1/image - To terminate the service in the console window press
CTRL+C
- Build the solution CustomVision.sln
- Make sure to check that the
samplesdirectory exists in the output folder - Run the demo project
CustomVisionDemo - Observe the output predictions based on the sample images