Object detection is a computer vision technique for locating instances of objects in images or videos. Object detection algorithms typically leverage machine learning or deep learning to produce meaningful results.
Use Case: Security Monitoring System for Pet-Friendly Spaces
An apartment complex or office building wants to enhance its security monitoring system to include pet detection. The goal is to ensure that no pets are left unattended in common areas where they may not be allowed or could cause disturbance.
Try our API
We do not store your images for security and privacy reasons. Please provide us with URLs from online images to test our API. If you do not have any, you can use the following samples:
- https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ComputerVision/Images/objects.jpg?raw=true
- https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ComputerVision/Images/house.jpg?raw=true
Sign up now! Fill out our quick registration form here!
Loading…
Call API with curl:
curl --location 'http://your-api-endpoint/object-detection' \ --header 'Content-Type: application/json' \ --data '{ "apiKey": "YOUR_API_KEY", "documents": [ { "id": "doc1", "url": "https://example.com/image1.jpg" }, { "id": "doc2", "url": "https://example.com/image2.jpg" } ] }'