问题描述
我知道如何使用 Google Cloud 触发用于对象跟踪/对象检测的视频智能请求,如下所示:
video_client = videointelligence.VideoIntelligenceServiceClient()
features = [videointelligence.enums.Feature.OBJECT_TRACKING]
operation = video_client.annotate_video(gs_video_path,features=features)
如何触发品牌检测、场景检测、OCR、语音识别和名人识别的相同功能?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)