From 7cb810ed222cdf9ba94ba6d88d34bed06f3e84bd Mon Sep 17 00:00:00 2001 From: adamhrv Date: Mon, 7 Jan 2019 12:08:19 +0100 Subject: update notes --- notes/frameworks/dlib.md | 7 +++++++ notes/research/3rdparty.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 notes/frameworks/dlib.md create mode 100644 notes/research/3rdparty.md 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 diff --git a/notes/research/3rdparty.md b/notes/research/3rdparty.md new file mode 100644 index 00000000..b7dc70d0 --- /dev/null +++ b/notes/research/3rdparty.md @@ -0,0 +1,31 @@ +# 3rdparty + +- 3DDFA +- age-gender-estimation +- AlphaPose +- art-DCGAN +- beautynet +- Beautynet +- cocoapi +- DensePose +- DenseReg +- DFace +- face3d +- face-alignment +- facenet +- Face-Yaw-Roll-Pitch-from-Pose-Estimation-using-OpenCV +- facial_beauty_prediction +- FD-GAN +- head-pose-estimation-and-face-landmark +- knowledge-graph-api +- mtcnn +- mtcnn-pytorch +- neural-enhance +- openpose +- _outdated +- PRNet +- progressive_growing_of_gans +- python-epson-printer +- pytorch_examples +- srez +- tf-pose-estimation \ No newline at end of file -- cgit v1.2.3-70-g09d2