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
7ae59ff8
Commit
7ae59ff8
authored
May 19, 2018
by
Davis King
Browse files
updated docs
parent
26701f73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
docs/docs/faq.xml
docs/docs/faq.xml
+13
-0
No files found.
docs/docs/faq.xml
View file @
7ae59ff8
...
@@ -8,6 +8,19 @@
...
@@ -8,6 +8,19 @@
<questions
group=
"Python"
>
<questions
group=
"Python"
>
<question
text=
"I compiled with CUDA enabled, why isn't it using CUDA?"
>
Either you are using a part of dlib that just doesn't use CUDA, of which there
are many parts, or you are mistaken about compiling dlib with CUDA enabled.
In particular, many users report that "dlib isn't using CUDA even though
I definitely compiled it with CUDA" and in every case either they are not using part of dlib that uses CUDA or they
have installed multiple copies of dlib on their computer, some with CUDA disabled, and
they are using a non-CUDA build.
<p>
You can check if dlib is compiled to use CUDA by looking at the
<tt>
dlib.DLIB_USE_CUDA
</tt>
boolean.
<b>
If dlib.DLIB_USE_CUDA is false then you didn't compile it with CUDA enabled
</b>
.
</p>
</question>
<question
text=
"Why is dlib.image_window missing?"
>
<question
text=
"Why is dlib.image_window missing?"
>
If you are getting the error
<tt>
module 'dlib' has no attribute 'image_window'
</tt>
If you are getting the error
<tt>
module 'dlib' has no attribute 'image_window'
</tt>
it is because you compiled dlib without GUI support (or you are using a copy of
it is because you compiled dlib without GUI support (or you are using a copy of
...
...
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