I want to try to make a deepfake classifier. It is my first time doing practical deep learning and I am really struggled to start. Generally, I have the following questions.
Let’s say Im given a set of deepfake images/videos.
- What are the differences in handling such data types?
- Is there any sources for powerful(high accuracy) DeepFake Image/video classifier?
- What existing (e.g. CNN) model is good at handling such classification?
- Generally, what approach will be used in making such a classifier?
Thank you.