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

Added video detection code #8047

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mihir-agarwal0211
Copy link

@mihir-agarwal0211 mihir-agarwal0211 commented Aug 31, 2021

I have added a python file video_detector.py. It can be used to detect objects in a video.
If a user wants to use this file for custom object detection than he/she just has to give the following flags -

  1. video - path to video file
  2. config - path to config file
  3. weights - path to weights file
  4. names - path to coco.names file

Default value of the flags are -
coco - cfg/yolov3.cfg
weights - yolov3.weights
names - data/coco.names

Issue number - #8045

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

Successfully merging this pull request may close these issues.

None yet

2 participants