Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use CenterNet-52 model inferencing with Camera? #129

Open
futureflsl opened this issue Jul 19, 2020 · 0 comments
Open

How to use CenterNet-52 model inferencing with Camera? #129

futureflsl opened this issue Jul 19, 2020 · 0 comments

Comments

@futureflsl
Copy link

Is there a demo about inference from Camera?like this
import cv2
cap = cv2.VideoCapture(0)    #参数为0时调用本地摄像头;url连接调取网络摄像头;文件地址获取本地视频
while(True):
ret,frame=cap.read()
CenterNet_Inference(frame)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant