YOLO: Real-time Object Detection System

Original title: YOLO: Real-Time Object DetectionEnglish text: https://pjreddie.com/darknet/... Highly recommended (TED video): https://www.ted.com/talks/jos... You only look once (YOLO) is the most advanced real-time object detection system at present.On a Titan X, it can process 40-90 frames per second in real time, with accuracy as high as ...

Added by rpearson on Fri, 07 Jun 2019 20:15:29 +0300

opencv (C++ Implementation) for Multiobjective Tracking Counting

Today, Xiaobo posted the code of multi-target detection, tracking and counting for everyone to play with. If you have any questions, you can send an email to 1039463596@qq.com. Welcome to make comments and corrections: Let's first look at the effect of tracking counts. 1. Algorithmic purposes: The purpose of moving object tracking algorithm ...

Added by philicious on Fri, 07 Jun 2019 01:19:57 +0300

Python learning--face detection and labeling using dlib and opencv

Reference from https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python/ If you want to learn more, you can pay attention to the article of Mr. Wu Ke. This article does not cover the training section on face detection (although I will send related articles later as I learn more), it is just a simple wheel.   Today we will us ...

Added by xenophobia on Fri, 17 May 2019 17:19:37 +0300

A simple implementation of OSD (text inversion - opencv, font switching - freetype 2)

#PS: To reproduce, please indicate the source. I have copyright #PS: This is only My Own understanding, if it's with you#Principles conflict, please understand, do not spray Background: In a machine vision project, some algorithm results or other text information are often displayed on some pictures to enhance the algorithm vi ...

Added by chucklarge on Tue, 14 May 2019 20:56:11 +0300