Keras-yolo3: Use webcam for live-detection

Created on 8 May 2019  路  1Comment  路  Source: qqwweee/keras-yolo3

Hello first I would like to thank the community - you are great!!

I try to implement my webcam using: video_path = 0

but it doesn't work. Any idears?!

thanks

grafik

Most helpful comment

solved it - if someone else has the problem:

  1. change line 55 in yolo_video.py to
    "--input", nargs='?', type=int,required=False,default='./path2your_video',
  1. run on anaconda promt
    python yolo_video.py --input 0

>All comments

solved it - if someone else has the problem:

  1. change line 55 in yolo_video.py to
    "--input", nargs='?', type=int,required=False,default='./path2your_video',
  1. run on anaconda promt
    python yolo_video.py --input 0
Was this page helpful?
0 / 5 - 0 ratings