Closed KingBoyAndGirl closed 7 months ago
Hi there In this particular case - YOLOWorld models and CLIP are pulled from our hosting. Then models are loaded and you run inference on each video frame. Is that answer your question?
Hi there 你好呀 In this particular case - YOLOWorld models and CLIP are pulled from our hosting. Then models are loaded and you run inference on each video frame. 在这种特殊情况下 - YOLOWorld 模型和 CLIP 是从我们的托管中提取的。然后加载模型并对每个视频帧运行推理。 Is that answer your question? 这就是你的问题的答案吗?
Thank you for answering this question in your busy schedule. Excuse me, I also want to ask a question, if I want to get the prediction label and bbox coordinates, is there any other way? (note: I want to privatize the deployment, the data is not public, can this goal be achieved? )
On video. what you passed here on_prediction=video_sink.on_prediction
- the video_sink.on_prediction
gets prediction and may do whatever with it (substitute with lambda pred, video_frame: print(pred)
to see predictions from a model.
If you ask about possibility to make prediction on another source than video: this documentation page illustrates the options.
On video. what you passed here
on_prediction=video_sink.on_prediction
- thevideo_sink.on_prediction
gets prediction and may do whatever with it (substitute withlambda pred, video_frame: print(pred)
to see predictions from a model.在视频上。您在此处传递的内容on_prediction=video_sink.on_prediction
-video_sink.on_prediction
获取预测并可以对其执行任何操作(替换为lambda pred, video_frame: print(pred)
以查看模型的预测。If you ask about possibility to make prediction on another source than video: this documentation page illustrates the options.如果您询问是否可以对视频以外的其他来源进行预测:此文档页面说明了这些选项。
Thank you very much for your help and guidance.
Pleasure is all mine.
Search before asking
Question
Hello, how does the local computer run to obtain the prediction label and detect the bbox coordinates? The following is my code, please take a look at it for me, thank you very much (I am running on a local computer, do not use API KEY)::
Additional
No response