일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Anaconda
- colaboratory
- object detection
- ubuntu
- python
- gpu memory
- YouTube 8M
- TensorFlow
- keras
- CUDA
- urllib
- 딥러닝
- ppc64le
- dlib
- FIle
- raspberry pi
- Jupyter notebook
- python3
- download
- pyTorch
- install
- colab
- linux
- error
- face_recognition
- shakeratos
- windows
- Windows 10
- dataset
- Deep Learning
- Today
- Total
목록face_recognition (2)
Shakerato
1. CUDA 설치(설치전 Nouveau kernel driver should be disabled: https://askubuntu.com/questions/841876/how-to-disable-nouveau-kernel-driver)http://www.kwangsiklee.com/2017/07/%EC%9A%B0%EB%B6%84%ED%88%AC-16-04%EC%97%90%EC%84%9C-cuda-%EC%84%B1%EA%B3%B5%EC%A0%81%EC%9C%BC%EB%A1%9C-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/ 2. cuDNN 설치Download cuDNN*.deb on https://developer.nvidia.com/cudnncuda버전에 맞는 cudnn 중 다음..
1. Anaconda3 Install2. Create a envorinment with python3.63. Install Microsoft Visual Studio 2017 or Upgrade (C++ packages includes c++/CLI must be installed for CMake) (because CMake needs c++11 compiler)4. Update Visual Sutudio 20175. Reboot the Computer6. Download CMake (https://cmake.org/download/) and Install it7. Activate specific of Anaconda3 in the 'cmd'8. pip3 install face_recognition* ..