Skip to content

Commit

Permalink
Added comments about the vehicle detectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking authored Sep 16, 2017
1 parent 1cb3204 commit 6363ddc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ This repository contains trained models created by me (Davis King). They are pr
Also note that this model file is designed for use with dlib's HOG face detector. That is, it expects the bounding
boxes from the face detector to be aligned a certain way, the way dlib's HOG face detector does it. It won't work
as well when used with a face detector that produces differently aligned boxes.

* mmod_rear_end_vehicle_detector.dat.bz2

This model is trained on the [dlib rear end vehicles dataset](http://dlib.net/files/data/dlib_rear_end_vehicles_v1.tar). The dataset contains images from vehicle dashcams which I manually annotated using dlib's imglab tool.

* mmod_front_and_rear_end_vehicle_detector.dat.bz2

This model is trained on the [dlib front and rear end vehicles dataset](http://dlib.net/files/data/dlib_front_and_rear_vehicles_v1.tar). The dataset contains images from vehicle dashcams which I manually annotated using dlib's imglab tool.

0 comments on commit 6363ddc

Please sign in to comment.