Fix imglab readme typo in cd path (#400)

This commit is contained in:
Frank 2017-01-16 11:47:06 -05:00 committed by Davis E. King
parent 5f5684a8fb
commit 7ef7ba84b3

View File

@ -4,7 +4,7 @@ to train an object detector (e.g. a face detector) since it allows you to
easily create the needed training dataset.
You can compile imglab with the following commands:
cd dclib/tools/imglab
cd dlib/tools/imglab
mkdir build
cd build
cmake ..