Commit ec83abf6 authored by Davis King's avatar Davis King

Removed notes about using --yes USE_AVX_INSTRUCTIONS when building python

interface since AVX availability is now detected automatically by cmake.
parent 104ffddb
...@@ -38,15 +38,6 @@ Before you can run the Python example programs you must compile dlib. Type: ...@@ -38,15 +38,6 @@ Before you can run the Python example programs you must compile dlib. Type:
python setup.py install python setup.py install
``` ```
or type
```bash
python setup.py install --yes USE_AVX_INSTRUCTIONS
```
if you have a CPU that supports AVX instructions, since this makes some things run faster.
## Running the unit test suite ## Running the unit test suite
......
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS --yes DLIB_USE_CUDA
# if you have a CPU that supports AVX instructions, you have an Nvidia GPU
# and you have CUDA installed since this makes things run *much* faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -22,10 +22,6 @@ ...@@ -22,10 +22,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -10,11 +10,6 @@ ...@@ -10,11 +10,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster. This code will also use CUDA if you have CUDA and cuDNN
# installed.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -17,11 +17,6 @@ ...@@ -17,11 +17,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster. This code will also use CUDA if you have CUDA and cuDNN
# installed.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -27,10 +27,6 @@ ...@@ -27,10 +27,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -14,11 +14,6 @@ ...@@ -14,11 +14,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster. This code will also use CUDA if you have CUDA and cuDNN
# installed.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -35,10 +35,6 @@ ...@@ -35,10 +35,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -29,11 +29,6 @@ ...@@ -29,11 +29,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster. This code will also use CUDA if you have CUDA and cuDNN
# installed.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -12,10 +12,6 @@ ...@@ -12,10 +12,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -25,10 +25,6 @@ ...@@ -25,10 +25,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
...@@ -56,4 +52,4 @@ while True: ...@@ -56,4 +52,4 @@ while True:
cv2.imshow('my webcam', img) cv2.imshow('my webcam', img)
if cv2.waitKey(1) == 27: if cv2.waitKey(1) == 27:
break # esc to quit break # esc to quit
cv2.destroyAllWindows() cv2.destroyAllWindows()
\ No newline at end of file
...@@ -17,10 +17,6 @@ ...@@ -17,10 +17,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -14,10 +14,6 @@ ...@@ -14,10 +14,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -15,10 +15,6 @@ ...@@ -15,10 +15,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
# Alternatively, if you want to compile dlib yourself then go into the dlib # Alternatively, if you want to compile dlib yourself then go into the dlib
# root folder and run: # root folder and run:
# python setup.py install # python setup.py install
# or
# python setup.py install --yes USE_AVX_INSTRUCTIONS
# if you have a CPU that supports AVX instructions, since this makes some
# things run faster.
# #
# Compiling dlib should work on any operating system so long as you have # Compiling dlib should work on any operating system so long as you have
# CMake installed. On Ubuntu, this can be done easily by running the # CMake installed. On Ubuntu, this can be done easily by running the
......
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