86 questions
0
votes
0
answers
27
views
Unable to run Video Intelligence AI due to Message Serialization Error
i'm trying to run Google Cloud Video Intelligence through cloud functions locally using firebase emulator. This function hasn't been deployed to production and i get an error.
I'm following the ...
-1
votes
1
answer
45
views
Google Cloud Video Intelligence API refuses to show up on Apps Script Services
I have linked my GCP project with the Apps Script project, ensured billing is okay for the API and every single step.
The API simply refuses to show up in my add Services list on Google Apps Script. ...
0
votes
0
answers
17
views
getting an 403 error when calling the anotate_video api
My service is installed in AWS using Python Django.
The GOOGLE_APPLICATION_CREDENTIALS field points to the JSON file containing all service-related access information, such as the private key.
Calling ...
0
votes
0
answers
19
views
streaming live video live label detection example
Is there a code example detailed in step by step explaining how to achieve live label detection in
Google cloud video intelligence api?
Thanks
I was going through the documentation regarding the same ...
1
vote
0
answers
81
views
When I use videointelligence_v1p3beta1, I got "403 The caller does not have permission" error
I'm trying to use the videointelligence_v1p3beta1 API, but a 403 error occurs when I use this API.
403 The caller does not have permission
Using videointelligence API works fine, but v1p3beta1 asks ...
1
vote
0
answers
46
views
Why am I receiving "PermissionDenied: 403 The caller does not have permission"?
I am trying to run python samples from GoogleCloudPlatform/python-docs-samples using Video Intelligence API. Specifically, I am receiving Permission Denied 403 when I am running the command "...
1
vote
1
answer
151
views
Google Cloud Video Intelligence Annotate Video node js example
I just copy and paste from this documentation. But somehow, I'm getting typescript error on my code.
See error message on my code base.
and here is the code example.
const videoContext = {
...
0
votes
2
answers
331
views
Google cloud video intelligence can't annotate multiple features
I've been using Google Cloud Video Intelligence for text detection. Now, I want to use it for speech transcription so I added SPEECH_TRANSCRIPTION feature to TEXT_DETECTION but the response only ...
0
votes
0
answers
50
views
Is there a support (including preview/beta) for Automl Streaming video classification feature in GCP? any sample API or client reference please
As I've a requirement to do custom model (Automl) using video classification feature for a streaming video data. I'm looking for a GCP support include preview or beta/alpha feature support. Can anyone ...
1
vote
1
answer
100
views
Google video intelligence service in php error
Im trying to get labels from a YouTube video with google video intelligence in PHP
This is my code
require __DIR__ . '/vendor/autoload.php';
use Google\Cloud\VideoIntelligence\V1\...
1
vote
1
answer
330
views
GCP Video Intelligence API Object Tracking
I've used the Video Intelligence API to do object tracking on video.
In the document [1], it recognizes more than 20,000 objects, places, and actions in stored and streaming video.
I have a questions. ...
0
votes
0
answers
90
views
Get realtime VideoIntelligence API usage in minutes?
How can I see the near real time minutes of usage for VideoIntelligence API features?
If I look in GCP Billing, I can see the minutes of usage for each SKU. For example:
SKU: Label Detection
Usage: 59....
0
votes
1
answer
903
views
google-cloud-videointelligence - TimeoutError start Oct 5
I started to get:
concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout.
(even for a 5 sec videos & I have timeout=1000)
It started on Oct 5 (before that ...
0
votes
0
answers
36
views
Report Incorrect Classifications
What is the best way to report high confidence incorrect classifications from Google Video Intelligence API?
For example one of our submitted videos has a logo that is 87% confidence but misclassified ...
3
votes
1
answer
5k
views
mongoose Error: cyclic dependency detected
I wrote a service that analyses videos with Google Cloud Video Intelligence
And I save the analysis results to the MongoDB with mongoose
This is the model I use (I've simplified everything to avoid ...
0
votes
2
answers
972
views
Google Cloud Video Intelligence Annotate Video JSON vs example code
Google Cloud Video Intelligence provides the following code for parsing annotation results with object tracking:
features = [videointelligence.Feature.OBJECT_TRACKING]
context = videointelligence....
2
votes
1
answer
110
views
Google cloud video intelligence API samples for ruby
I am using google-cloud-ruby client library, I don't see any samples related to current implementation of google cloud video intelligence API. From where should I look out code samples of google cloud ...
1
vote
2
answers
565
views
Using python vcr with Google Video Intelligence - error with request
I'm having a strange google video intelligence api request error when I run a test with python vcr. I was wondering if anyone else has seen this error, and if so, why we have this and how to solve it?...
0
votes
1
answer
644
views
How are Speech-to-Text and Video Intelligence SPEECH_TRANSCRIPTION related?
My goal is to process several videos using a speech-to-text model.
Google confusingly has two products that seem to do the same thing.
What are the major differences between these offering?
Google ...
0
votes
1
answer
126
views
Google Cloud VideoIntelligence Speech Transcription - Transcription Size
I use Google Cloud Speech Transcription as following :
video_client = videointelligence.VideoIntelligenceServiceClient()
features = [videointelligence.enums.Feature.SPEECH_TRANSCRIPTION]
operation = ...
1
vote
1
answer
207
views
GCP Video Intelligence - batchPredict error
Following this documentation, when requesting a batchPredict I run into this error via API
{
"error": {
"code": 13
"message": "internal",
}
}
...
0
votes
1
answer
312
views
Google Cloud Speech Transcription for Video Intelligence
I intend to use Google Cloud Speech Transcription for Video Intelligence. The following code only analysis for a partial segment of the video.
video_uri = "gs://cloudmleap/video/next/JaneGoodall....
0
votes
1
answer
273
views
Google Cloud Video Intelligence
Below it says in Google Cloud documentation :
Annotating a video using Shot Change detection
This tutorial walks you through a basic Video API application, using a SHOT_CHANGE_DETECTION request. A ...
0
votes
1
answer
275
views
Google Cloud Video Intelligence Speech Transcription
I try to use Speech Transcription via Video Inteligence, however I get the following error :
input_uri: "/supereye1.appspot.com/video/8rsxVe23pzQ/videofile.mp4"
error {
code: 3
message: &...
0
votes
1
answer
135
views
Google Cloud Function - Video Intelligence
I know how to trigger a video intelligence request for object tracking / object detection with Google Cloud as following :
video_client = videointelligence.VideoIntelligenceServiceClient()
features = [...
1
vote
0
answers
33
views
Google Video Intelligence API : inconsistent offset delta for Text Detection (and other features)
In text_annotations results, most bounding boxes have an offset that is a multiple of 0.12. Lately we have found some offsets are now randomly multiples of 0.10 and, even worse, sometimes 0.01.
...
0
votes
1
answer
258
views
Google Cloud Video Intelligence API: VideoAnnotationResults overlay on video
I've used the Video Intelligence API to do object tracking on my video - and have received a JSON output with all the frames and objects detected in my video.
Is there a way I can generate a video ...
0
votes
2
answers
491
views
How can I track eye movements with Google Video Intelligence API?
I have a video with 3 persons speaking and I would like to annotate the location of people's eyes during it. I know that the Google Video Intelligence API has functionalities for object tracking, but ...
0
votes
1
answer
128
views
Face detection model returns empty dict (Google Cloud Video Intelligence)
I'm having issues with the face detection model from the Google Video Intelligence API.
I'm using Python 3.6.5, and google-cloud-videointelligence==1.15.0.
Occasionally I will receive a mangled ...
0
votes
1
answer
292
views
Google Cloud Video Intelligence API in Python - Unable to run object tracking on multiple videos in a folder
I'm trying to run object tracking on a folder containing multiple videos. There are 5 videos in my bucket and following the documentation from here, it suggests using the wildcard (*) operator. ...
-3
votes
1
answer
563
views
Google Video Intelligence API in Python: How to download response JSON?
I'm trying to use below Python documentation to use the OBJECT_TRACKING METHOD. The script works but I'm wondering how can I download the JSON. I'm just starting out in Python.
Note: This question has ...
1
vote
1
answer
408
views
GCP > Video Intelligence: Prepare CSV error: Has critical error in root level csv, Expected 2 columns, but found 1 columns only
I'm trying to follow documentation from below GCP link to prepare my video training data. In the doc, it says that if you want to use GCP to label videos, you can use UNASSIGNED feature.
I have my ...
-4
votes
1
answer
292
views
How to use Google Cloud Video Intelligence Celebrity Recognition?
I have been using Google Cloud Video Intelligence Api happily and succesfully until this point. However, now if I am not mistaken, I noticed that Celebrity API is only open to approved selected media ...
1
vote
0
answers
1k
views
Google-Cloud Videointelligence: ModuleNotFoundError: No module named 'google.api_core.operations_v1'
I want to use Google Cloud Videointelligence but I keep getting errors.
Now I get
> ModuleNotFoundError: No module named 'google.api_core.operations_v1'
I have no idea how to install said module, ...
2
votes
0
answers
1k
views
Error while importing google cloud videintelligence: ImportError: cannot import name 'init_grpc_aio' from 'grpc._cython.cygrpc'
i'm trying to run:
from google.cloud import videointelligence
and i get the following error:
from grpc._cython.cygrpc import (init_grpc_aio, shutdown_grpc_aio,
EOF,
ImportError: cannot import name '...
0
votes
1
answer
205
views
Google cloud video-intelligence, PollUntilCompleted, and ResourceExhausted, Received message larger than max (X vs. Y)
I'm in a kind of google cloud video-intelligence mess. I'm using c# and the google.cloud.videointelligence.v1 (2.0.0) api to request the annotation of a video (feature TEXT_DETECTION), so this client:
...
0
votes
2
answers
485
views
Error: gs://bucket/SampleVideo.mp4 cannot be parsed as CSV
I’m trying to create a custom model on Auto ML Video Intelligence Classification, and keep getting the above error. This isn’t the issue with one video clip, since I get the error message with ...
0
votes
1
answer
382
views
How do I extract transcript with multiple speakers from Google Video Intelligence API Speech Transcription JSON output using jq?
I'm testing out Google Video Intelligence speech-to-text for transcribing podcast episodes with multiple speakers.
I've extracted an example and published that to a gist: output.json.
cat file.json ...
1
vote
2
answers
262
views
Google Cloud VideoIntelligence - Is there a way to only call AnnotateVideo for a particular section of a video?
Currently I am using the AnnotateVideo function to analyse videos. Is there any way to analyse only a section of a video, such as providing start_time and end_time as an argument to the function ?
...
2
votes
3
answers
516
views
Which Google Cloud product to use to execute a very long process Google Cloud VideoIntelligence Analysis
I have been using Google Cloud Video Intelligence annotation functionality with Google App Engine Flex. When I try to use VideoIntelligence with a two hour video, it takes 60 minutes for the ...
4
votes
1
answer
476
views
Video Intelligence: Caller does not have permission
Using the following code on JupyterLab in order to run Google Video Intelligence Package:
from google.cloud import videointelligence
import os
client = videointelligence....
1
vote
1
answer
192
views
Converting Google Cloud Video intelligence json to newline delimited json to upload to Big Query
I have created a function which outputs the json below from using the Google Video Intelligence API. I am trying to get the json into newline delimited format so that I can upload the json file to Big ...
0
votes
1
answer
743
views
AttributeError: 'str' object has no attribute 'annotate_video'
Using the following code on JupyterLab in order to run Google Video Intelligence Package:
from google.cloud import videointelligence
import os
client = videointelligence....
1
vote
0
answers
249
views
Cloud Video Intelligence API error 400 & 504
When I tried to call Cloud Video Intelligence API to detec subtitle in local video file.It always returned error 400 or 504, but use gas is fine.I have tried to adjusted timeout in Cloud Video ...
1
vote
1
answer
120
views
Google Cloud Video Intelligence checking free monthy usage programatically
I have been using Google Cloud Video Intelligence succesfully with my content with the following code for some time with my Django application running on Google App Engine Flex.
gs_video_path ='gs://'...
0
votes
0
answers
83
views
Google Videointelligence API - UnhandledPromiseRejectionWarning, Requests per minute
I'm using Google Videointelligence API and according the documentation of the Quota & Limits, I can process ~3 videos parallel (and it works fine), but when I process more then 3 videos in ...
0
votes
1
answer
622
views
Google Cloud Video Intelligence API - InvalidArgumentException/StatusRuntimeException INVALID_ARGUMENT: Request contains an invalid argument
When I try to transcribe some video's I do get the following error message:
java.util.concurrent.ExecutionException: com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: ...
0
votes
1
answer
261
views
Get long running operation by 'name' for Google VideoIntelligence service
How can I obtain the operation object using the operation name in python client.
video_client = videointelligence.VideoIntelligenceServiceClient()
features = [videointelligence.enums.Feature....
1
vote
1
answer
450
views
Google Cloud Video Intelligence API on S3 objects
What is the best way to process/analyze S3 objects using Google Cloud Video Intelligence API ?
My current plan is to copy S3 object to Google Cloud Storage (GCS) and then call the API. To copy from S3 ...
0
votes
0
answers
175
views
Using LanguageHints in Text Detection
I tried making a request to perform OCR in a video
{
"inputContent": "<input-file>",
"features": ["TEXT_DETECTION"],
"videoContext": {
"textDetectionConfig": {
"...