yolo

Using YOLO or other image recognition techniques to identify all alphanumeric text present in images

这一生的挚爱 提交于 2020-08-01 06:20:45
问题 I have multiple images diagram, all of which contains labels as alphanumeric characters instead of just the text label itself. I want my YOLO model to identify all the numbers & alphanumeric characters present in it. How can I train my YOLO model to do the same. The dataset can be found here. https://drive.google.com/open?id=1iEkGcreFaBIJqUdAADDXJbUrSj99bvoi For example : see the bounding boxes. I want YOLO to detect wherever the text are present. However currently its not necessary to

Video-streaming Stopped is showing google colab while using video in YOLOV3 model

♀尐吖头ヾ 提交于 2020-07-19 06:44:40
问题 !./darknet detector demo cfg/coco.data cfg/yolov3.cfg /content/drive/My\ Drive/checking/yolov3.weights -dont_show -ext_output video.mp4 -i 0 -out_filename res.avi I am trying to run a video.mp4 in google colab using Yolov3 for object detection but it is continuously showing Video-streaming stopped! as an error. I am stuck at that point. 回答1: Had the same issue on Google Colab running this code: !./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights test.mp4 -dont_show -i 0 -out

Video-streaming Stopped is showing google colab while using video in YOLOV3 model

拥有回忆 提交于 2020-07-19 06:43:41
问题 !./darknet detector demo cfg/coco.data cfg/yolov3.cfg /content/drive/My\ Drive/checking/yolov3.weights -dont_show -ext_output video.mp4 -i 0 -out_filename res.avi I am trying to run a video.mp4 in google colab using Yolov3 for object detection but it is continuously showing Video-streaming stopped! as an error. I am stuck at that point. 回答1: Had the same issue on Google Colab running this code: !./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights test.mp4 -dont_show -i 0 -out

Include darknet Yolov3 for object detection

我的梦境 提交于 2020-06-16 05:45:34
问题 Unfortunately I am not very experienced with C++ and the handling of Visual Studio. I have to implement a C++ application, in which I can integrate yolo or darknet as a library and use it flexibly. I'm using Windows and Visual Studio 2015. I have looked at the following repo. What I have tried so far: I have installed CUDA (although I want to run the model on the CPU for testing purposes), Cudnn and Opencv I opened the vs solution from build\darknet\darknet_no_gpu.sln from the AlexeyAb repo

Include darknet Yolov3 for object detection

匆匆过客 提交于 2020-06-16 05:43:59
问题 Unfortunately I am not very experienced with C++ and the handling of Visual Studio. I have to implement a C++ application, in which I can integrate yolo or darknet as a library and use it flexibly. I'm using Windows and Visual Studio 2015. I have looked at the following repo. What I have tried so far: I have installed CUDA (although I want to run the model on the CPU for testing purposes), Cudnn and Opencv I opened the vs solution from build\darknet\darknet_no_gpu.sln from the AlexeyAb repo

Include darknet Yolov3 for object detection

有些话、适合烂在心里 提交于 2020-06-16 05:43:28
问题 Unfortunately I am not very experienced with C++ and the handling of Visual Studio. I have to implement a C++ application, in which I can integrate yolo or darknet as a library and use it flexibly. I'm using Windows and Visual Studio 2015. I have looked at the following repo. What I have tried so far: I have installed CUDA (although I want to run the model on the CPU for testing purposes), Cudnn and Opencv I opened the vs solution from build\darknet\darknet_no_gpu.sln from the AlexeyAb repo