Video Intelligence (recording via Nest indoor cam and identifying actions) | C2C Community
Solved

Video Intelligence (recording via Nest indoor cam and identifying actions)

  • 24 January 2022
  • 3 replies
  • 75 views

Userlevel 1

Hi All,

 

I have a use case whereby I would like to record video from nest indoor camera, store it in google cloud storage and identify actions in the video and store the action labels in datawarehouse (e.g. bigquery). 

It would be best if the action labelling is done on the client side so that I do not even have to store the videos. 

Can anyone please redirect me to the right resources or experts?

 

regards,

Manish

Founder - Parentiv, Inc. 

https://www.parentiv.com 

icon

Best answer by sathyaram_s 24 January 2022, 20:00

View original

3 replies

Userlevel 3
Badge +3

This should be possible. 

High Level Steps : 

  1. Train Model
  2. Export Model
  3. Deploy the model to your client device
  4. Run predictions and populate BQ 

You can use AutoML Video in Vertex AI platform.

https://cloud.google.com/vertex-ai/docs/training/training

The format of the model you will export depends on the client device. 

 

Some additional resources:

https://resources.nvidia.com/events/GTC2020s22022

https://github.com/google/automl-video-ondevice

 

Hope this helps.

Userlevel 3
Badge +3

@ilias  I think this thread will be better served in AI and ML forum. Are you able to move this please 

 

 

Userlevel 7
Badge +65

Hi @sathyaram_s,

the post has been moved to the correct group. Thanks for your help! :grinning:

 

Reply