diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-07 12:08:19 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-07 12:08:19 +0100 |
| commit | 7cb810ed222cdf9ba94ba6d88d34bed06f3e84bd (patch) | |
| tree | 9099c7919e764954b37895824c54159a89d9ee29 /notes/frameworks/dlib.md | |
| parent | a41bc5651c2b1bcc8aad32fcc300474a46d62f7b (diff) | |
update notes
Diffstat (limited to 'notes/frameworks/dlib.md')
| -rw-r--r-- | notes/frameworks/dlib.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/notes/frameworks/dlib.md b/notes/frameworks/dlib.md new file mode 100644 index 00000000..a497f761 --- /dev/null +++ b/notes/frameworks/dlib.md @@ -0,0 +1,7 @@ +# dlib + +- dlib==19.7 required for `face_recognition` +- dlib==19.6 works for 3ddfa + +- `libmkl_rt.so` is missing: `export LD_LIBRARY_PATH=/home/adam/anaconda3/lib/:$LD_LIBRARY_PATH` +- if `lib16..so` is missing: `apt install libboost-all-dev`
\ No newline at end of file |
