diff --git a/python_examples/sequence_segmenter.py b/python_examples/sequence_segmenter.py old mode 100644 new mode 100755 index 591ff6ff6..fc3c7e82f --- a/python_examples/sequence_segmenter.py +++ b/python_examples/sequence_segmenter.py @@ -1,3 +1,5 @@ +#!/usr/bin/python +# # You need to compile the dlib python interface before you can use this # file. To do this, run compile_dlib_python_module.bat. You also need to # have the boost-python library installed. On Ubuntu, this can be done easily by running