summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-01-07 12:08:19 +0100
committeradamhrv <adam@ahprojects.com>2019-01-07 12:08:19 +0100
commit7cb810ed222cdf9ba94ba6d88d34bed06f3e84bd (patch)
tree9099c7919e764954b37895824c54159a89d9ee29
parenta41bc5651c2b1bcc8aad32fcc300474a46d62f7b (diff)
update notes
-rw-r--r--notes/frameworks/dlib.md7
-rw-r--r--notes/research/3rdparty.md31
2 files changed, 38 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
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