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
\Docker
directory. - Either drag and drop the .zip package onto the
DragNDropRunWindows.bat
or open a powershell window in the\Docker
directory and type:ExtractBuildRun.ps1 1514101266af4aca92dcfdee24bec30f.DockerFile.Linux.zip
where1514101266af4aca92dcfdee24bec30f.DockerFile.Linux.zip
is 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
samples
directory exists in the output folder - Run the demo project
CustomVisionDemo
- Observe the output predictions based on the sample images