This all runs fine but does anyone have or know of the complete example to take the detected objects and identified boxes and write this to a new video (saved either locally or on the cloud)?
tielve
unread,
Mar 26, 2021, 10:24:54 AM3/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloud-videointel-discuss
If I understood correctly, you are looking for a way to draw the bounding boxes on the video.
AFAIK, you can accomplish this frame by frame by using a the PIL library. Here is an example on how to do this on a single image/frame.
GA23
unread,
Mar 29, 2021, 11:47:13 AM3/29/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloud-videointel-discuss
Yes correct. Bounding boxes to be written onto a video. I will take a look at the single image and see if it's easily adapted to video (or gifs).