Face recognition (11) 썸네일형 리스트형 [가상환경] Ubuntu 20.04 파이썬 가상환경 설정 https://g0n1.tistory.com/111 우분투 18.04, 20.04에서 가상환경 설치하기, 활성화하기 (20.04도 잘 되네용 ㅎㅎ) 1. pip과 virtualenv 설치하기 virtualenv를 설치해주기 위해서 pip를 설치한다. 나는 아나콘다가 없어서 pip을 설치했는데 이미 아나콘다가 있다면 괜찮을 것이다. # python의 pip을 g0n1.tistory.com python 3.8 버전이 필요해서 virtualenv --python=python3.8 [가상환경이름] 라고 명령어를 입력했다. [서버] 원격 접속한 서버에서 로컬로 파일 전송 https://doheejin.github.io/linux/2021/03/03/linux-scp.html [Linux] scp 명령어로 (로컬↔서버) 파일 전송 scp는 SecureCopy의 약자로, 원격서버에 있는 파일과 폴더를 전송하거나 가져오기 위해 사용하는 명령어이다.ssh 원격 접속 프로토콜을 기반으로 하며, ssh와 동일한 22번 포트를 이용하기 때문에 passw doheejin.github.io Permission denied 라는 문구가 뜨고 제대로 실행되지 않는다면, 명령어 맨 앞에 sudo를 붙이면 된다. [Error]ValueError: Node 'gradients/InceptionResnetV1/Bottleneck/BatchNorm/cond/FusedBatchNorm_1_grad/FusedBatchNormGrad' has an _output_shapes attribute inconsistent with the GraphDef for output #3: Dimension 0 in both shapes must be equal, but are 0 an.. tensorflow==2.9v 에서 2.2로 다운그레이드 하고나니 다른 에러 발생 [Error] E tensorflow/stream_executor/cuda/cuda_driver.cc:271] failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error 이 에러는 align코드를 실행시킬 때 발생했다. tensorflow gpu 관련 예제 코드를 찾아서 실행시켜봤더니 이 에러가 또 발생했다. tensorflow가 gpu를 제대로 사용하지 못하고 있는것 같다는 생각이 들었다. https://jimmy-ai.tistory.com/121 [Tensorflow] 텐서플로우 GPU 확인, 특정 GPU 사용 방법 텐서플로우 GPU 사용 가능 여부 체크, 원하는 GPU 지정 하기 안녕하세요. 이번 글에서는 tensorflow 2 버전에서 gpu가 연결되었는지를 점검하고, 원하는 gpu를 사용할 수 있도록 하는 방법에 대해서 간 jimmy-ai.tistory.com from tensorflow.python.client import device_lib device_li.. [원격접속] 우분투 teamviewer 설치 https://bigbigpark.tistory.com/47 https://www.teamviewer.com/ko/download/linux/ 에러해결 https://ciksiti.com/ko/chapters/3561-how-to-let-dpkg-install-dependencies-automatically--linux Dpkg가 종속성을 자동으로 설치하도록 하는 방법 – Linux 힌트 Dpkg가 종속성을 자동으로 설치하도록 하는 방법 – Linux 힌트 범주 잡집 | July 31, 2021 06:38 NS 데비안 패키지 (dpkg)에 비해 Linux 관리 저수준 도구입니다. 적절한. 설치, 업데이트 또는 제거와 같은 다 ciksiti.com 사용방법 https://it.donga.com/322.. [Error]error: legacy-install-failure (scipy) https://exerror.com/error-legacy-install-failure/ [Solved] error: legacy-install-failure - Exception Error To Solve error: legacy-install-failure Then, Upgrade your wheel with this Commandline pip install --upgrade wheel Now, Try to Upgrade your set exerror.com Solution 1: Upgrade pip, wheel and setuptools First Of all Just Upgrade your pip with this command line python -m pip install –upgrade p.. [파이썬 가상환경] FaceNet 1. tensorflow 다운로드 -> 완료 2. github clone git clone --recursive https://github.com/davidsandberg/facenet.git 3. required modules install 앞서 tensorflow를 따로 다운로드 받기도 했고, 몇개 안되니까 그냥 직접 입력해서 다운로드 받겠다. pip install ~~~ 4. LFW dataset download 5. 알맞은 폴더 만들기 6. python path 설정 7. Align the LFW dataset facenet/src/align/detect_face.py:711: SyntaxWarning: "is" with a literal. Did you mean "=="? if method is.. [환경설정] 파이썬 가상환경에 딥러닝 환경 구축하기(Ubuntu) https://nuggy875.tistory.com/44?category=867863 Ubuntu 장착된 그래픽카드 확인 명령어 $ nvidia-smi --query | fgrep 'Product Name' 혹은 $ lspci | grep -i VGA nuggy875.tistory.com https://jjeongil.tistory.com/1157 Ubuntu 18.04 : TensorFlow 설치 방법, 예제, 명령어 TensorFlow는 구글이 구축한 머신 러닝을 위한 자유-오픈 소스 플랫폼입니다. 그것은 Twitter, PayPal, Intel, Lenovo, Airbus를 포함한 많은 조직에서 사용됩니다. TensorFlow는 Python 가상 환경, Docker 컨테이.. jjeongil.tis.. 이전 1 2 다음