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.
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 yoloI have searched around the internet but found very little information around this, I don't understand what each variable/value …
yolo darknetI 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 yoloI 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 darknetI 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 yoloI 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 yoloI am trying to train the yolo-v3 model from this repo https://github.com/eriklindernoren/PyTorch-YOLOv3 on my custom dataset …
gpu pytorch yoloI 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 yoloI 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