Skip to content

jujingi/Custom_FaceDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

Custom_FaceDB

1. Crawling

  • Crawler: AutoCrawler
  • 현재 chrome 버전 정보를 확인, 버전에 맞는 chromedriver를 다운
    • chrome 버전확인 링크: chrome://settings/help
    • 다른 버전의 chromedriver 다운로드 경로: chromdriver
  • 미리보기 이미지와 원본 이미지 가리지 않고 다운

crawler_example



2. Image Manual

  • 크롤링 후 Category_tool을 사용하여 front, side, back로 사진을 구별하여 분류
  • Category_tool: classify_imgFile_tool
    • Category_tool은 front, side, back, delete로 이미지를 쉽게 분류할 수 있도록 함
  • 검색어 인물 이외의 다른 사람이 존재해도 무방(labeling시 etc로 분류) crawler_example
  • front image example
    crawler_example
  • side image example
    crawler_example
  • back image example
    crawler_example
  • 이미지 이름을 유명인_숫자.jpg로 재설정(코드는 쉬워서 공개x)
  • 코드로 원본 이미지와 같은 미리보기 이미지 삭제(코드는 차후 공개) crawler_example



3. Labeling

  • RetinaFace로 모은 이미지에서 face detection 진행
    • bounding box 위치 정보를 voc format으로 xml 파일 저장
    • LabelImg를 사용하여 target 인물은 이름으로 다른 인물들은 etc로 labeling하여 bounding box 생성
  • Labeling_tool: LabelImg
  • Labeling example
    crawler_example crawler_example



4. Class

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published