The Intelligent Media Management console lets you try features like format preview, content recognition, face detection, QR code detection, body detection, face search, and face comparison. To use these features programmatically, create a project and call the Intelligent Media Management API.
This document is no longer maintained. We recommend that you use the new version of Intelligent Media Management. For a comparison between the new and previous versions, see Version Usage Guide.
Procedure
-
Log in to the Intelligent Media Management console.
-
Click Scenario Experience. On the page that opens, click the various tabs to try their features.
NoteOn each tab, click API reference to learn how to implement the feature programmatically.
-
On the Format Preview tab, preview different types of documents.
Click XLS document, PPT document, or WORD document to preview a sample document. To test with your own file, click Upload Document to upload a document and check the preview quality and latency.
-
On the Content Recognition tab, detect labels and their confidence scores for objects in an image.
Click one of the sample images at the bottom to try the content recognition feature. Alternatively, click Upload Image to upload your own image and test the recognition results.
The Engine Analysis section displays the results, including the detected labels and their confidence scores.
-
On the Face Detection tab, detect face bounding boxes and attributes in an image.
Click one of the sample images at the bottom to try the face detection feature. Alternatively, click Upload Image to upload your own image and test the detection results.
The Engine Analysis section displays the detection results, including face details such as age, gender, and emotion.
-
On the QR Code Detection tab, detect the content and bounding box of QR codes in an image.
Click one of the sample images at the bottom to try the QR code detection feature. Alternatively, click Upload Image to upload your own image and test the detection results.
The Engine Analysis section displays the detection results, including the QR code and its content.
-
On the Body Detection tab, detect human bodies in an image.
Click one of the sample images at the bottom to try the body detection feature. Alternatively, click Upload Image to upload your own image and test the detection results.
The Engine Analysis section displays the detection results, including the body bounding box and its confidence score.
-
On the Face Search tab, search for the top N images that are most similar to a specified image. The results are sorted by similarity in descending order.
Click one of the sample images at the bottom to try the face search feature. Alternatively, click Upload Image to upload your own image and test the search results.
The Engine Analysis section displays the search results, including the top N most similar images and their similarity scores.
-
On the Face Comparison tab, compare the similarity of the largest face in each of two images.
Click Upload Image to upload two test images, and then click Start Comparison to test the face comparison feature.
The face similarity score is displayed between the two images.
-