mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
533e7a3740
commit
55d5750286
@ -16,7 +16,7 @@
|
|||||||
work. </p>
|
work. </p>
|
||||||
|
|
||||||
<p>Also note that various optional features like GUI support (e.g.
|
<p>Also note that various optional features like GUI support (e.g.
|
||||||
dlib.image_window) and CUDA acceleration will be either enabled or
|
dlib.image_window) and CUDA acceleration will be automatically enabled or
|
||||||
disabled based on what is available on your computer. When you run
|
disabled based on what is available on your computer. When you run
|
||||||
the install command it will print messages telling you what it is
|
the install command it will print messages telling you what it is
|
||||||
using. Read those messages and take appropriate action if you
|
using. Read those messages and take appropriate action if you
|
||||||
@ -50,7 +50,7 @@ cd build
|
|||||||
cmake ..
|
cmake ..
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
</code_box>
|
</code_box>
|
||||||
Note that you also need to have a C++11 compiler installed on your system. There are free C++11 compilers
|
Note that you need to have a C++11 compiler installed on your system. There are free C++11 compilers
|
||||||
for most operating systems. For example, Visual Studio is free on Windows and GCC is free and
|
for most operating systems. For example, Visual Studio is free on Windows and GCC is free and
|
||||||
works well on Mac OS X and Linux systems. If you have multiple compilers/IDEs installed then you can
|
works well on Mac OS X and Linux systems. If you have multiple compilers/IDEs installed then you can
|
||||||
tell CMake which one you want it to use via the -G option.
|
tell CMake which one you want it to use via the -G option.
|
||||||
@ -198,7 +198,7 @@ sudo apt-get install libx11-dev
|
|||||||
To summarize, if you don't understand what the above paragraphs are talking
|
To summarize, if you don't understand what the above paragraphs are talking
|
||||||
about then you absolutely should not be installing dlib as a precompiled library
|
about then you absolutely should not be installing dlib as a precompiled library
|
||||||
in Visual Studio. Instead, go to the top of this page and read the instructions
|
in Visual Studio. Instead, go to the top of this page and read the instructions
|
||||||
there. Follow those instructions, it's super easy.
|
there. Follow those instructions, it's super easy and will Just Work.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -99,6 +99,11 @@
|
|||||||
</p>
|
</p>
|
||||||
</question>
|
</question>
|
||||||
|
|
||||||
|
<question text="How do I install/compile dlib?">
|
||||||
|
Follow the <a href="compile.html">official instructions</a>.
|
||||||
|
They tell you <b>exactly what to type</b> to use dlib.
|
||||||
|
</question>
|
||||||
|
|
||||||
<question text="It doesn't work?">
|
<question text="It doesn't work?">
|
||||||
Do not post a question like "I'm using dlib, and it doesn't work?" or
|
Do not post a question like "I'm using dlib, and it doesn't work?" or
|
||||||
"I'm using the object detector and it doesn't work, what do I do?".
|
"I'm using the object detector and it doesn't work, what do I do?".
|
||||||
|
@ -12,16 +12,16 @@
|
|||||||
|
|
||||||
<current>
|
<current>
|
||||||
New Features and Improvements:
|
New Features and Improvements:
|
||||||
- Added weighted labels to loss_binary_log layer
|
- Added weighted labels to loss_binary_log layer.
|
||||||
- Added padding argument support for Python compute_face_descriptor methods
|
- Added padding option to Python compute_face_descriptor() methods.
|
||||||
- Added pointwise_divide function
|
- Added pointwise_divide function.
|
||||||
- Added U-net style skip connections to the semantic-segmentation example
|
- Added U-net style skip connections to the semantic-segmentation example.
|
||||||
- Exposed dlib::chinese_whispers() directly in Python API.
|
- Exposed dlib::chinese_whispers() directly in Python API.
|
||||||
- Added python api that generates desciptor(s) from the aligned image(s)
|
- Added python api that generates desciptor(s) from the aligned image(s).
|
||||||
- Added support for CUDA 10.1
|
- Added support for CUDA 10.1.
|
||||||
- Dlib's python install process always automatically enables all supported features.
|
- Dlib's python install process always automatically enables all supported features.
|
||||||
So --yes <option> was removed as it would do nothing.
|
So --yes <option> was removed as it does nothing.
|
||||||
- Added --box-images to imglab
|
- Added --box-images to imglab.
|
||||||
|
|
||||||
Non-Backwards Compatible Changes:
|
Non-Backwards Compatible Changes:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user