mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Made the script runnable
This commit is contained in:
parent
13933b5a25
commit
b425666f14
2
python_examples/sequence_segmenter.py
Normal file → Executable file
2
python_examples/sequence_segmenter.py
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user