wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 579 forks source link

I want to use yolov3 to predict the number of real-time person from the rtsp stream with suited interval,anyone has the right python file? #209

Open bujianyiwang opened 4 years ago

bujianyiwang commented 4 years ago

方法重构有些问题,跑不通

amansaini25 commented 4 years ago

You can have a look into this repository https://github.com/CRAZYMONTY/Autonomous-Cars-Dataset-Generation which have a script autonomous_car_label.py, you can pass your RTSP feed URL as input_video argument and edit line 135 with your preferred class "person". Plus your question for jumping video at intervals can be solved by --jump_time argument.

after editing line 135 your command would be like: python autonomous_car_label.py rtsp://192.168.x.x/live/feed --jump_time 2