Questions tagged [microsoft-custom-vision]
145 questions
0
votes
2 answers
Azure/Microsoft Cognitive Services Custom Vision - What is the Object Detection model output tensor specification?
I am trying to adapt the sample image-classification Android project available at
https://github.com/Azure-Samples/cognitive-services-android-customvision-sample
for an exported Custom vision Object Detection model, but it's not very clear what the…

jtlz2
- 7,700
- 9
- 64
- 114
0
votes
1 answer
Raspberry PI / IOTEdge failing to pull from Azure Container Registry
I have an IOTEdge device (Rapi3) and IotEdgeHub and IotEdgeagent are deployed and running.
I have successfully built and deployed images (custom-vision example) to ACR and have configured Access Keys in the portal. I've added the respective…

Mark Cooper
- 6,738
- 5
- 54
- 92
0
votes
1 answer
onnx 1.2 models (Custom Vision) on HoloLens
This is a more specific continuation of my previous Post: Custom Vision on HoloLens
I'm still using the Unity Project from this blogpost:…

fyzzo
- 3
- 1
0
votes
1 answer
Custom Vision ONNX Model No Longer Works with Windows 10 ML Oct 2018 Release
After upgrading to the latest Windows 10 Oct 2018 release, the exported Custom Vision ONNX model cannot be loaded by the WinML APIs.
I get the following error:
Unspecified error
Type Error: Type (map(string,tensor(float))) of output arg (loss)…

Jeff Brand
- 5,623
- 1
- 23
- 22
-1
votes
0 answers
Problem with class integer type using Azure Custom Vision tflite model with flutter-tflite
I am using a tensorflow lite model created in Azure Custom Vision.
The model returns a tensor consisting of 4 lists .
Here is my output specification
final output = {
0: List
- >.filled(64, List
-1
votes
2 answers
How many CPU/GPU cores are using Azure Cognitive Services during the chosen training time?
I can choose training budget in customvision.ai in hours:
And I can see how much it cost in azure price calculator:
But I missing information what resources I will get for this price per hour (how many CPU/GPU cores etc..?). I just want to…

Marius Kazlauskas
- 221
- 4
- 24
-1
votes
1 answer
Server error with https://www.customvision.ai/
I Can't use the following link https://www.customvision.ai/

Rao
- 25
- 4
-1
votes
1 answer
C# - How to only output one specific item from JSON-formatted string returned from an API
I am currently attempting to use C# to submit an image to my Custom Vision Prediction API. I am new to C# and I am having some issues following the tutorial available on the Microsoft Azure website…
-1
votes
2 answers
How to receive judgement result from model of Custom Vision with JavaScript
I want to receive judgement result from model of Azure Custom Vision by using JavaScript.
I changed JavaScript code that this site…
-1
votes
2 answers
Can't export model from Custom Vision
I can export the first iteration, but when I try exporting the second one, it only shows the message "Failed".

Iustin Bulimar
- 11
- 1