L
L
Leonid Fedotov2016-05-16 12:05:14
Automation
Leonid Fedotov, 2016-05-16 12:05:14

What are the services for extracting meta-information from media data: photo/video/text?

What services exist for automatic extraction of meta-information from media data through machine learning? Let's say I have a photo, and Cognitive Services are able to extract what is shown in the picture, find faces, guess gender, age. Are there any more serious services for analyzing what is shown in the picture, video, or isolating the meta-core from textual information?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Ukolov, 2015-07-17
KuzmenkoArtem

is_seconds_elapsed()
can be more expanded:
But with this name, the return values ​​must be changed - if the difference is greater, then true is returned.
I personally prefer to invert with ! , rather than using not in the function name, so that if necessary, invert the value returned by the function, the use of ! and not at the same time - double negation can be confusing when reading code.
Well, in general, it is better to name the function so that the code is read like a sentence. That is, to sacrifice universality in favor of readability:

if ($this->readyToProcess($timestamp, $seconds))
{
    // do stuff
}

S
Semyon Andropov, 2015-07-17
@northmule

GetTimeOneTrue

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question