human-pming / Deepfake-Detection-Project

2022-1 휴먼프밍 3조

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📸 딥페이크 감지 모델 비교 프로젝트

Deepfake Detection using Image Crop and Image recognition ( 2022.04.01 ~ 2022.05.30 )

프로젝트 소개

위 프로젝트의 목적은 영상 속 얼굴 객체를 탐지 후 , 딥페이크 여부를 분류하는 것입니다.

영상 속 얼굴 객체 탐지에는 MTCNN 모델을 사용했고, 딥페이크 여부 감지에는 Resnet과 Facenet 모델을 사용했습니다.

깃허브 폴더 구조

├── dataset
│   ├── mtcnn_resnet
│   └── mtcnn_facenet
├── models
│   ├── train.py
│   ├── classify.py
│   ├── model.py
│   └── dataset.py
├── mtcnn_resnet
├── mtcnn_facenet

사용 데이터

전체 영상 데이터셋의 경우, 캐글에서 개최한 Deepfake Detection Challenge에서 제공한 데이터셋을 활용했습니다.

  • Image Crop

  • Image Recognition


사용 모델

결과 비교

모델 정확도
Resnet 테스트
Facenet 테스트

참고 문헌

참여자

About

2022-1 휴먼프밍 3조


Languages

Language:Jupyter Notebook 94.8%Language:Python 5.2%