augmentedstartups / YOLOv4-Tutorials

This video tutorial series shows you how to infer and train your own custom YOLOv4 models, Step-by-step
206 stars 140 forks source link

display problem #1

Open sdustdk1427 opened 4 years ago

sdustdk1427 commented 4 years ago

I ran darknet_video_mod.py and got the detection effect I wanted, but could you please tell me how to show the detected category as Chinese? I tried to use PILLOW display, but each frame only shows one detection box and the above Chinese category.How to change the code?Thanks!

web23-moon commented 3 years ago

I need help: I want to input the stream which I am pulling from the IP camera and rendering over the video js player so I want object detection to be work on stream and showing output on the video js player so --input stream then object detection -- output stream with object detection over video js