トップ 一覧 検索 ヘルプ RSS ログイン

tips-Dlibの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
!! Dlib の python モジュールのインストール方法

http://dlib.net/compile.html

 から
 dlib-19.22.tar.bz2
 をダウンロードして

 tar xvfj  dlib-19.22.tar.bz2
 cd dlib 

 pip3.6 install --upgrade --user dlib --verbose
 ( のあとに python setup.py install しろって書いてあるのですが。。)

----
 使うために。。::その他を。。
 $ pip install numpy
 $ pip install scipy
 $ pip install scikit-image
 $ pip install dlib 
 $ pip3.7 install --upgrade spyder 
 $ pip3.7 install --upgrade opencv
 $ pip3.7 install --upgrade opencv-python opencv-contrib-python
 $ pip3.7 install --upgrade Pillow
 $ pip3.7 install --upgrade imutils

!files
*http://dlib.net/files/

!tips
*https://github.com/lincolnhard/head-pose-estimation
*https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/

*https://github.com/YadiraF/PRNet
*https://blog.capilano-fw.com/?p=282

*https://deepblue-ts.co.jp/image-processing/face-image-dataset/

*https://ibug.doc.ic.ac.uk/resources/facial-point-annotations/


! pytorch3d
*https://github.com/facebookresearch/pytorch3d
*https://qiita.com/mugimugi/items/5adad8f66ade7cad9441

!3DDFA
*https://github.com/cleardusk/3DDFA
*https://github.com/cleardusk/3DDFA_V2

!MediaPipe
*https://github.com/google/mediapipe/
*https://developers.google.com/mediapipe/solutions/setup_python
 $ pip3 install mediapipe 
 は、動作するが
 python3 ./setup.py build 
 はエラーで止まる。。


!InsightFace

!やりたい事
*https://qiita.com/kotai2003/items/fb1f35da5437eefbc5da
*https://www.itd-blog.jp/entry/peep-prevention-1#2cv2solvePnP%E3%82%92%E7%94%A8%E3%81%84%E3%81%A6%E9%A1%94%E3%81%AE%E6%96%B9%E5%90%91%E3%82%92%E6%8E%A8%E5%AE%9A%E3%81%99%E3%82%8B
*https://github.com/lincolnhard/head-pose-estimation
*https://www.itd-blog.jp/entry/peep-prevention-1#2cv2solvePnP%E3%82%92%E7%94%A8%E3%81%84%E3%81%A6%E9%A1%94%E3%81%AE%E6%96%B9%E5%90%91%E3%82%92%E6%8E%A8%E5%AE%9A%E3%81%99%E3%82%8B
*https://www.itd-blog.jp/entry/peep-prevention-1
*https://github.com/lincolnhard/head-pose-estimation