Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
9988deac
Commit
9988deac
authored
Oct 27, 2015
by
Davis King
Browse files
Cleaned up install instructions slightly.
parent
844f252a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
python_examples/correlation_tracker.py
python_examples/correlation_tracker.py
+1
-1
python_examples/face_detector.py
python_examples/face_detector.py
+1
-1
python_examples/face_landmark_detection.py
python_examples/face_landmark_detection.py
+1
-1
python_examples/find_candidate_object_locations.py
python_examples/find_candidate_object_locations.py
+1
-1
python_examples/train_object_detector.py
python_examples/train_object_detector.py
+1
-1
python_examples/train_shape_predictor.py
python_examples/train_shape_predictor.py
+1
-1
No files found.
python_examples/correlation_tracker.py
View file @
9988deac
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#
#
# Also note that this example requires scikit-image which can be installed
# Also note that this example requires scikit-image which can be installed
# via the command:
# via the command:
# pip install
-U
scikit-image
# pip install scikit-image
# Or downloaded from http://scikit-image.org/download.html.
# Or downloaded from http://scikit-image.org/download.html.
import
os
import
os
...
...
python_examples/face_detector.py
View file @
9988deac
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#
#
# Also note that this example requires scikit-image which can be installed
# Also note that this example requires scikit-image which can be installed
# via the command:
# via the command:
# pip install
-U
scikit-image
# pip install scikit-image
# Or downloaded from http://scikit-image.org/download.html.
# Or downloaded from http://scikit-image.org/download.html.
import
sys
import
sys
...
...
python_examples/face_landmark_detection.py
View file @
9988deac
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#
#
# Also note that this example requires scikit-image which can be installed
# Also note that this example requires scikit-image which can be installed
# via the command:
# via the command:
# pip install
-U
scikit-image
# pip install scikit-image
# Or downloaded from http://scikit-image.org/download.html.
# Or downloaded from http://scikit-image.org/download.html.
import
sys
import
sys
...
...
python_examples/find_candidate_object_locations.py
View file @
9988deac
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#
#
# Also note that this example requires scikit-image which can be installed
# Also note that this example requires scikit-image which can be installed
# via the command:
# via the command:
# pip install
-U
scikit-image
# pip install scikit-image
# Or downloaded from http://scikit-image.org/download.html.
# Or downloaded from http://scikit-image.org/download.html.
...
...
python_examples/train_object_detector.py
View file @
9988deac
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#
#
# Also note that this example requires scikit-image which can be installed
# Also note that this example requires scikit-image which can be installed
# via the command:
# via the command:
# pip install
-U
scikit-image
# pip install scikit-image
# Or downloaded from http://scikit-image.org/download.html.
# Or downloaded from http://scikit-image.org/download.html.
import
os
import
os
...
...
python_examples/train_shape_predictor.py
View file @
9988deac
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#
#
# Also note that this example requires scikit-image which can be installed
# Also note that this example requires scikit-image which can be installed
# via the command:
# via the command:
# pip install
-U
scikit-image
# pip install scikit-image
# Or downloaded from http://scikit-image.org/download.html.
# Or downloaded from http://scikit-image.org/download.html.
import
os
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment