Made the script runnable

This commit is contained in:
Davis King 2013-05-26 20:44:00 -04:00
parent 13933b5a25
commit b425666f14

2
python_examples/sequence_segmenter.py Normal file → Executable file
View File

@ -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