반응형
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 | 29 | 30 |
Tags
- bootstrap
- AWS CI/CD 구축하기
- COALESCE
- Jenkins
- kubeflow
- Airflow
- PostgreSQL
- JavaScript
- chart.js
- VPN
- codebuild
- redis
- aws cicd
- aws
- or some instances in your deployment group are experiencing problems.
- Spring Error
- codepipeline
- 도커
- docker
- chartjs
- Flux
- codedeploy error
- node
- Spring
- codedeploy
- java bigdecimal
- Python
- SQL
- Kafka
- IntelliJ
Archives
- Today
- Total
목록파이썬 face_recognition (1)
Small Asteroid Blog
[python] 얼굴검출되는 이미지와 검출되지 않는 이미지 분류해서 폴더별로 저장시키기
여러 이미지중에 얼굴검출되는 이미지와 검출되지 않는 이미지 분류해서 폴더별로 저장시키기 import face_recognition from matplotlib import pyplot as plt import cv2 from PIL import Image import os import shutil #확인 할 이미지가 들어있는 폴더 imagepath = 'D:/my/video frame/cropface/' #인식 안되는 얼굴들 이동할 폴더 경로 mvpath = 'D:/my/video frame/noface2/' for root, dirs, files in os.walk(imagepath): #print('root > ',root, 'dirs >',dirs,'files >', files) for idx, f..
백엔드/Python
2021. 1. 12. 10:45