Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.05 KB

p-deepfake: feature extraction of deepfake images

Project Manager: Danica Du ([email protected])

Project Members: Vani Sachdev, Marwan Bit, Eshaan Lumba, Austin Zang

Check out our Notion page for project details and updates.

Directory tree structure

├── exploration                     # Notebooks from exploratory phase
├── data                            # Local datasets for testing
├── ...                             # Helper files, including dataset generation
├── feature_point_analysis 
│   └── output_data                 # Algorithm output data
│   │   └── full                    # Output data for full-face images
│   │   └── ...                     # Output data for each facial region   
│   └── ...                         # Other notebooks
├── feature_matching_analysis
│   └── ...                         # Other notebooks 
└── README.md