Top "Yolo" questions

You Only Look Once (YOLO) is a real-time object detection system written in C. Use this tag for questions about YOLO compilation and installation, usage, and its features and functionality.

Darknet YOLO image size

I am trying to train custom object classifier in Darknet YOLO v2 https://pjreddie.com/darknet/yolo/ I gathered a …

tensorflow machine-learning image-recognition darknet yolo
Understanding darknet's yolo.cfg config files

I have searched around the internet but found very little information around this, I don't understand what each variable/value …

yolo darknet
OpenCV 4.x+ requires enabled C++11 support compilation darknet fatal error

I just compiled and installed the last version of OpenCV 3.4.0 and I would like to compile darknet (for yolo object …

c++ opencv makefile darknet yolo
How to correctly run Cuda toolkit in Ubuntu in the WSL (eventually to be used for YOLO)?

I followed the tutorial here from the Medium: https://medium.com/@GuruAtWork/setup-fastai-ubuntu-on-windows-10-44ca50b13a9 I was following …

ubuntu-18.04 windows-subsystem-for-linux mingw-w64 yolo
YOLOv3 SPP and YOLOv3 difference?

I couldn't find any good explanation about YOLOv3 SPP which has better mAP than YOLOv3. The author himself states YOLOv3 …

conv-neural-network object-detection yolo darknet
How to send OpenCV output to browser with python?

I have a simple python script with open cv, which takes in a video and does object detection on it …

python opencv object-detection live-streaming yolo
AttributeError: 'PhotoImage' object has no attribute '_PhotoImage__photo'

I am working on Yolo3-4-PY to implement it with tkinter. I've looked up everywhere but not able to …

python python-3.x tkinter python-imaging-library yolo
How to Fix "RuntimeError: CUDA error: device-side assert triggered" in Pytorch

I am trying to train the yolo-v3 model from this repo https://github.com/eriklindernoren/PyTorch-YOLOv3 on my custom dataset …

gpu pytorch yolo
How can I download a specific part of Coco Dataset?

I am developing an object detection model to detect ships using YOLO. I want to use the COCO dataset. Is …

python computer-vision dataset object-detection yolo
Fine-tuning and transfer learning by the example of YOLO

I have a general question regarding fine-tuning and transfer learning, which came up when I tried to figure out how …

machine-learning object-detection yolo transfer-learning