반응형
250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- SQL
- chartjs
- kubeflow
- node
- COALESCE
- aws
- Python
- chart.js
- 도커
- openlens
- Spring Error
- docker
- VPN
- Kafka
- bootstrap
- PostgreSQL
- Airflow
- codedeploy
- java bigdecimal
- codebuild
- codedeploy error
- redis
- Jenkins
- Spring
- JavaScript
- AWS CI/CD 구축하기
- Flux
- IntelliJ
- codepipeline
- aws cicd
Archives
- Today
- Total
목록python face_recognition (1)
Small Asteroid Blog
python face_recognition 로 얼굴영역만 자르기
face_recognition 를 이용해서 얼굴영역만 크롭하기 import face_recognition from matplotlib import pyplot as plt import cv2 from PIL import Image # open할 이미지 경로 imgfile='D:/my/video frame/test_rec1/LESSON_319.jpg' savepath = 'D:/my/video frame/test_rec1/' file = 'LESSON_319.jpg' image = face_recognition.load_image_file(imgfile) face_locations = face_recognition.face_locations(image) #눈코입 찾아서 얼굴있으면 개수 알려줌 print("..
백엔드/Python
2021. 1. 12. 10:10