FLIP
FLIP copied to clipboard
Confusion about data
Hello and thank you for the great work. As mentioned, For each video, only sample two frames: frame[6] and frame[6+math.floor(total_frames/2)] and save the frame as videoname_frame0.png/videoname_frame1.png, except for the CelebA-Spoof dataset. Question: 1)The label in data/MCIO/txt/, e.g., casia_fake_test.txt, only used frame0. However, in https://github.com/koushiksrivats/FLIP/blob/4f95def259e135a0cbaff1d770f559ca739c4c9f/config.py#L13C26-L14C3, it seems that uses frame0 for training, and both frame0 and frame1 for testing. 2) I am just confused about the split of the dataset and the use of frame0 and frame1:The results reported in Table 2 in the paper are based on the original training and testing set or split with the labels in data/MCIO/txt/. In protocol 1, frame0 (6th) used for training? and frame0 and 1 used for testing?