Obtaining Common Public Face Datasets and Creating Custom Face Datasets
2019-03-27
182 views
PaddlePaddle
深度学习
PaddlePaddle
Facial Recognition
Face Dataset
Asian face
Custom Dataset
Your project is a very interesting attempt, demonstrating the powerful application of deep learning in image processing through the entire process from collecting celebrity photos to conducting facial recognition and feature annotation. Below are some suggestions and improvement ideas for your project: ### 1. Data Collection and Cleaning - **Data Source**: Ensure that all used images are legally sourced and authorized. Avoid using photos with copyright disputes. - **Deduplication and Filtering**: - You can first use a hashing algorithm to deduplicate images (e.g., by calculating the MD5 value of the images). -
Read More