neverUseThisName / Face-X-Ray

Unofficial implementation of paper 'Face X-ray for More General Face Forgery Detection'. (updating...)
91 stars 14 forks source link

About dataset generation #7

Open Mark-Dou opened 3 years ago

Mark-Dou commented 3 years ago

The original paper said blending data samples are composited using real images in FF++,but each video we extracted lots of frames, how do we select the sourceImages?each video select one image or something?I would appreciate it if you could solve my problems?Thank U

neverUseThisName commented 3 years ago

Just extract all faces and not swap faces from the same person.

Mark-Dou commented 3 years ago

Thanks for replying me, but a new problem appears that frames in the same videos always select frames in another same videos to blend cause the fixed threshold in find_one_neighbor.How do you solve this problem?