Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.84 KB

File metadata and controls

35 lines (23 loc) · 1.84 KB

2020 - 1 빅데이터분석방법론 SWE3049_41

Introduction to Big Data Analytics

image classification using PCA & SVM

crawling.py

GoogleImageCrawler를 이용해서 이미지 크롤링 you can create file dir by yourself.

oepn_cv_crop_image.py

opencv 라이브러리를 이용해, 얼굴인식 후 crop(1001003 # color image, 100100pixel size ) --> 차원을 줄이기 위해, grey 로 변환 #grey color, 100100 pixel size

hog_example.py

grey image 들의 hog features 를 계산후 csv 파일에 저장

pca_svm.py

100*100 의 features 에서 pca 를 통해 110 개의 pc 들을 뽑아내고, svm 을 통해 classification 한다.

슬라이드1 슬라이드2 슬라이드3 슬라이드4 슬라이드5 슬라이드6 슬라이드7 슬라이드8 슬라이드9 슬라이드10