I would like to use model builder to do image recognition, I followed this example https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/object-detection-model-builder#prerequisites
to do it in VS2019 but azure cost money would like to free way to do some image recognition. Can anyone tell me is VS2022 is there a free way and if so is there a tutorial
Thanks
Related
I am using azure spatial anchors samples in my unity project for Hololens 2. I have successfully able to deploy the sample project build to my hololens but when i try to create the anchors it does not do anything, i also have entered the keys.
I dont see any details of anchors created in the admin panel of azure spatial anchors.
Any help would be appreciated.
We have recently polished the documentation page on how to run the sample.
We have also completely revamped the tutorial on implementing your own ASA sample.
Please let us know if you still have any issues running the sample by going to the appropriate link on the support page
I am trying to use the Computer vision OCR of Azure cognitive service. I can able to do it for computer text in the image but it cannot able to recognize the text when it is a handwriting. I believe somehow there is any other way out to do it, if anybody can help me on it.
OCR does support handwritten recognition but only for English.
Handwritten code sample here: https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts-sdk/client-library?tabs=visual-studio&pivots=programming-language-csharp#read-printed-and-handwritten-text
I think the title explains my doubt.
I've tried before the Speech to Text feature from Azure.
The question is:
Is there a way to use the sound binary to Azure LUIS instead of the text?
Yes, LUIS can accept speech input instead of text. LUIS provides this tutorial on how to setup speech services. The tutorial is in C#, however it appears their GitHub repo has samples in other languages, if of use.
Hope of help!
if you are creating a speech bot, here is a new approach.
so it leverages azure speech (TTS and SR), integrate with bot service in a more easy way
https://learn.microsoft.com/en-us/azure/bot-service/directline-speech-bot?view=azure-bot-service-4.0
I am facing a weird issue. I am trying to create a custom model in IBM Watson natural language understanding with lite plan.No launch tool option is shown to create custom model. To be clear, ideallly the page should be like this as described in all the tutorials,
But What I am getting is
I tried all possibilities there is no way to navigate to the annotator tool page. Please somebody help
Your first pic looks Watson Knowledge Studio. Watson Knowledge Studio is a different service you can also create IBM Cloud Catalog. Please check it.
https://www.ibm.com/watson/services/knowledge-studio/
I am trying to use vuforia framework (https://developer.vuforia.com/library/all-articles) to do a simple image recognition task via cloud. My question is that is it possible to take an image from camera and search it in vuforia cloud (without realtime frame processing - AR) ? They have very limited documentation and could not find any relevant information regarding this.
Vuforia now allows us to upload objects into the target manager, whether it is an image or cylinder/box, or even a multiple dimension object.
Upload these into Vuforia Database (Database should be for cloud reco. If not, create a new database for it) and get the Client Keys.
Now you can import the Cloud reco prefab and add a text on top to augment.
Hope this helped. :)