mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Clarified comments
This commit is contained in:
parent
8bfd227930
commit
4737009c11
@ -49,8 +49,8 @@ int main() try
|
|||||||
shape_predictor sp;
|
shape_predictor sp;
|
||||||
// You can get this file from http://dlib.net/files/mmod_rear_end_vehicle_detector.dat.bz2
|
// You can get this file from http://dlib.net/files/mmod_rear_end_vehicle_detector.dat.bz2
|
||||||
// This network was produced by the dnn_mmod_train_find_cars_ex.cpp example program.
|
// This network was produced by the dnn_mmod_train_find_cars_ex.cpp example program.
|
||||||
// As you can see, it also includes a shape_predictor. To see a generic example of how
|
// As you can see, the file also includes a separately trained shape_predictor. To see
|
||||||
// to train those refer to train_shape_predictor_ex.cpp.
|
// a generic example of how to train those refer to train_shape_predictor_ex.cpp.
|
||||||
deserialize("mmod_rear_end_vehicle_detector.dat") >> net >> sp;
|
deserialize("mmod_rear_end_vehicle_detector.dat") >> net >> sp;
|
||||||
|
|
||||||
matrix<rgb_pixel> img;
|
matrix<rgb_pixel> img;
|
||||||
|
Loading…
Reference in New Issue
Block a user