video-intelligence-api-visualiser icon indicating copy to clipboard operation
video-intelligence-api-visualiser copied to clipboard

A simple app that lets you visualise annotations from the Google Cloud Video Intelligence API using your local files.

Results 13 video-intelligence-api-visualiser issues
Sort by recently updated
recently updated
newest added

> > #15 _ https://github.com/ZackAkil/video-intelligence-api-visualiser/assets/169499784/a428a0b6-c9fb-4f0b-a327-0bf8fd315574 Necesito atrapar a esta ### > @**loka******

Fixes #6. Clones `logo_recognition.js` as `celebrity_recognition` and adds some minor modifications for the differing hierarchy in celebrity feature data. **Testing** Tested with Video Intelligence JSON output containing celebrity recognition feature...

Hi, thanks for the great project! What license is this released under? Also, do you know if Google has plans to sunset the video intelligence api now that vertex is...

Hi! The json file from this Qwik Start doesnt work : [https://www.cloudskillsboost.google/focuses/603?parent=catalog&qlcampaign=77-18-gcpd-921&utm_source=gcp&utm_campaign=vintelligence&utm_medium=documentation](url) Any hints please? Here's my Json file `{ "@type": "type.googleapis.com/google.cloud.videointelligence.v1.AnnotateVideoResponse", "annotationResults": [ { "input_uri": "/video-ai-zap/test.mp4", "segment": { "endTimeOffset":...

I've trained a model to track objects in video. I would love to be able to upload a video file and see my predictions overlaid on the video? Can send...

the video-intelligence has been working perfect for me until today. I am getting this error when i run the python script, any tips how to solve this? `Traceback (most recent...

I read the source code carefully. thank you. I fork the repository, configure the web front rendering with http, and then upload the video, the json file will not come...

I know this is a restricted API. I'd be happy to work on this if you're accepting PRs. BTW this is an amazingly useful project! Thank you.