일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- ppc64le
- ubuntu
- FIle
- python3
- raspberry pi
- keras
- windows
- TensorFlow
- CUDA
- pyTorch
- Jupyter notebook
- install
- object detection
- Anaconda
- Deep Learning
- error
- shakeratos
- gpu memory
- colaboratory
- dlib
- face_recognition
- urllib
- python
- 딥러닝
- linux
- dataset
- Windows 10
- colab
- YouTube 8M
- download
- Today
- Total
목록전체 글 (77)
Shakerato
Visual Studio Community 2015(web installer)https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409 Refer to here:https://stackoverflow.com/questions/44290672/how-to-download-visual-studio-community-edition-2015-not-2017
For examples, AttributeError: module 'cv2.cv2' has no attribute 'TrackerCSRT_create' AttributeError: module ‘cv2.cv2’ has no attribute ‘saliency’ ... Because the 'contrib' module is not installed. 1. run cmd or PowerShell as 'administrator'2. activate 3. pip install opencv-contrib-python Try your code again
1. Install ipykernel each environmentsconda install ipykernel 2. Set jupyter notebook kernel in the anaconda default environmentType 'activate' in cmdpython -m ipykernel install --user --name --display-name "" 3. Run the juypter-notebookC:\ProgramData\Anaconda3\Scripts\jupyter-notebook.exe --ip 4. Change kernel Click *.ipynb - [Kernel tap] - [change kernel] - select a kernel
1. Chrome 또는 FireFox 브라우저로 유튜브(http://youtube.com) 접속2. 유튜브 개정 로그인3. 키보드의 F12 키를 브라우저의 개발자모드로 들어가게됨 (예를들어 Chrome의 DevTools)4. 콘솔(Console)탭으로 이동 한 후 아래의 메세지를 복사/붙여넣기 document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE" 5. 개발자모드를 끄고, [Ctrl] + F5 키를 눌러 페이지를 새로고침6. 로그인이 풀려있으면 다시 로그인 하고, 로그인되어 있으면 우측 상단의 구글 프로필 사진을 클릭7. 활성화된 여러 메뉴들이 보이며, 그 중 '어두운 테마: 사용 안함'을 클릭해 기능을 활성화 refer to :https://www.independent...
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* ..
spaCy (https://spacy.io/): Industrial-Strength Natural Language Processing Python LibraryIt's commercial open-source software, released under the MIT license. spaCy github: https://github.com/explosion/spaCy - FeaturesNon-destructive tokenizationNamed entity recognitionSupport for 28+ languages13 statistical models for 8 languagesPre-trained word vectorsEasy deep learning integrationPart-of-spee..