python -m pip install fastapi
 python -m pip install aiofiles
 python -m pip install google-cloud
 pip list
 pip3 list
 pip3 list | awk 'NR>2 {print $1}' | while read pkg; do python3.9 -m pip install "$pkg"; done
 python -m pip install pillow
 pip3.9 uninstall Pillow
 pip3.9 install Pillow
 python3.9 -m pip uninstall Pillow
 python3.9 -m pip uninstall pillow
 python3.9 -m pip instlal Pillow
 python3.9 -m pip install Pillow
 python3.9 -m pip freeze | grep Pillow
 python3.9 -m pip install Pillow==10.0.0
 /usr/src/Python-3.11.8/python -m pip install uvicorn
 cat /usr/src/Python-3.11.8/hjh_packages.txt | while read pkg; do /usr/src/Python-3.11.8/python -m pip install "$pkg"; done
 /usr/src/Python-3.11.8/python -m pip install aiofiles
 /usr/src/Python-3.11.8/python -m pip install google.cloud
 /usr/src/Python-3.11.8/python -m pip install google.cloud.storage
 /usr/src/Python-3.11.8/python -m pip install openpyxl
 /usr/src/Python-3.11.8/python -m pip install xlrd
 /usr/src/Python-3.11.8/python -m pip install pandas
 /usr/src/Python-3.11.8/python -m pip install colorama
 /usr/src/Python-3.11.8/python -m pip install motor
 /usr/src/Python-3.11.8/python -m pip install tensorflow
 /usr/src/Python-3.11.8/python -m pip install python-multipart
 cat hjh_packages.txt | while read pkg; do pip3.11 install "$pkg"; done
 pip3 -V
 pip install PyJWT
 python3 -m pip install pyupbit
 python3 -m pip install termcolor
 python3 -m pip install colorma
 python3 -m pip install colorama
 history | grep  "python3 -m pip install"
 python3 -m pip install fastapi uvicorn Pillow numpy deskew
 python3 -m pip install certifi
 python3 -m pip install requirements.txt 
 python3 -m pip install -r requirements.txt 
 pyton3 -m pip install pip install Cython
 pyton3 -m pip install Cython
 python3 -m pip install Cython
 python3 -m pip install torch
 python3 -m pip install onnxruntime
 python3 -m pip install openvino
 python3 -m pip install tqdm
 python3 -m pip install torchvision 
 python3 -m pip install dlib

http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
  curl http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
  curl -L http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 -o shape_predictor_68_face_landmarks.dat.bz2
 bunzip2 shape_predictor_68_face_landmarks.dat.bz2

 

 

python3 scripts/test.py --ckpt ./cartoon_psp_mobile_256p.onnx --network psp --platform onnx --align --images_path ./hajunho

good!

 

============== 사족 ===============

샤오미 공기 청정기 전기세 - 소비전력

월 393원 이다. 측정 모델은 다음과 같다.

 

난 기억법에 관심이 많다. 다른 사람이 한 말을 모두 기억하는 경우도 있다. 어머니도 말씀하셨다. 기억력이 너무 좋아서 다 기억하고 있으니 다른 사람들은 예전 이야기 말하면 오히려 화를 내거나 오해를 한다고. 나는 어머니가 한번 본 친구를 십년이 지나도 안다던가 생일 한번 말했는데 모두 기억하는, 그런 기억력을 물려 받지는 못한 것 같아서 따로 기억술을 공부하느라 도미니크 오브라이언의 책과 행적을 찾아 오래 공부한 적이 있었다. 요점만 말하면 기억의 궁전을 만들라는 것이고, 이 내용은 셜록 홈즈 영드에도 나온다. 모든 것을 기억하는 남자는 결국 셜록에게 총 맞고 죽는 내용인데 그 사람도 똑같이 기억의 궁전이라는 기법을 쓴다. 주머니 가벼운 후임들도 보고 싶다고 했다. 그래서 빌려 주었다. 나중에 소율이 줘야 하니... 2명이 다 보고 다시 나에게 돌아오면 꽂아둬야겠다. --> 결국 책은 수년이 지나도 안 돌아옴. 없는 애들이라 그런지 더 힘 쌘 사람한테 붙어서 등이나 치지. 교육은 쌩뚱맞게도 "타인은 지옥이다." 혹은 빌려주는 것은 없다. 주는 마음으로 살아라?  굳이...

 

'{Infra} Server Setting' 카테고리의 다른 글

서버 인프라 담당자 모집에 대한 고찰  (0) 2019.01.31
gpg setting error 해결  (0) 2019.01.31
freeRTOS 컴파일  (0) 2019.01.27
리눅스 커널 컴파일  (0) 2019.01.26
언리얼 엔진... 픽셀 스트리밍  (0) 2019.01.26

+ Recent posts