Skip to content

HOG vs YOLO Detector

Simeon ADEBOLA edited this page Aug 31, 2018 · 3 revisions

While Histogram of Oriented Gradients(HOG) had previously been shown to be a useful and widely utilized approach to object detection, with the rise of convoluted neural networks and deep learning, we now have better methods for object detection.

One of such methods is YOLO (You Only Look Once) which is based on deep learning. OpenPTrack v2 "Gnocchi release" uses YOLO v2 and there are plans to implement YOLO v3 in the future.

Compared to HOG, YOLO is more accurate and much faster. However, YOLO requires more computational power.

Setting Up an OpenPTrack v2 System:

Running OpenPTrack v2:

Tracking GUI

How to receive tracking data in:

  1. Tested Hardware
  2. Network Configuration
  3. Imager Mounting and Placement
  4. Calibration in Practice
  5. Quick Start Example
  6. Imager Settings
  7. Manual Ground Plane
  8. Calibration Refinement (Person-Based)
  9. Calibration Refinement (Manual)

OPT on the NVidia Jetson

Clone this wiki locally