theAIGuysCode / yolov4-custom-functions

A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.
MIT License
601 stars 372 forks source link

Detection by webacm #73

Open Delesoft opened 2 years ago

Delesoft commented 2 years ago

Hi Thanks alot for this nice tutorial,

I have implemented it but i need to capture image by webcam,what command do i use to run to capture real time images or what modifications do i need please,help am stuck for days on this issue

huzaifah-here commented 2 years ago

Did you find out how to do using webcam?

svkarthik777 commented 2 years ago

in the video path file while running, just put 0, by default it takes webcam, if you are using an external camera put 1.

huzaifah-here commented 1 year ago

@svkarthik777 When I was using just cpu it was predicting great but was very slow. Now I'm predicting through gpu. It just predict the 1st frame not rest of the frames. Do you know any solution?