Commit bba2681b authored by Davis King's avatar Davis King

Added a thread safety note to the shape_predictor.

parent 2dddc92d
......@@ -28,6 +28,11 @@ namespace dlib
shape_predictor_trainer object defined below to train a shape_predictor
using a set of training images, each annotated with shapes you want to
predict.
THREAD SAFETY
No synchronization is required when using this object. In particular, a
single instance of this object can be used from multiple threads at the
same time.
!*/
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment