How to Detect Objects in Videos // Cloud Video Intelligence API with Node.js

preview_player
Показать описание
This tutorial will show you how to automatically annotate and detection any objects in a video and create a new video with realtime labels inserted into the frames.

Recognize over 20,000 objects, places, and actions in stored and streaming video. Extract rich metadata at the video, shot, or frame level. Create your own custom entity labels with AutoML Video Intelligence.

#automl #computervision

Outline
Demo 0:00 - 0:50
Introduction 0:50 - 1:38
Code Explanation 1:38 - 5:12
Download Git Repo 5:12 - 5:55
Edit in Visual Studio Code 5:55 - 6:22
NPM Install 6:22 - 6:30
Install FFMPEG 6:30 - 6:55
Create Cloud Storage Bucket 6:55 - 7:40
Upload Example Video 7:40 - 9:00
Replace URI in Script 9:00 - 9:15
Create a Service Account 9:15 - 10:26
Download the Keys 10:26 - 10:51
Swap the Location of the SA 10:51 - 11:18
Execute the script 11:18 - 12:10
Open the Newest Video 12:10 - 12:30

GitHub Repository

Have a question about a topic covered in a video or need help? Schedule a micro consultation using the link below. We Offer an 80% Money Back Guarantee.
Рекомендации по теме
Комментарии
Автор

Hi, is this possible to do in realtime using Google video intelligence api?

JohnnyP
Автор

Thank you for this explanation! But may be there is a GUI tool available, which demos the label detection without programming, like it is the case for Amazon Rekognition? I would be very interested in such a test...

tillprivat
Автор

Another question: Is there somewhere a list of all the labels which the API can detect in videos? I was looking for it but with no success, i just found the number of around 20.000...

tillprivat
Автор

Tried searching on google not found Getting this below error:

: The term is not recognized as the name of a
cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ npm start
+
+ CategoryInfo : ObjectNotFound: [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

vishwaskshirsagar