Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about model testing #20

Open
kk3lamb opened this issue Aug 18, 2024 · 2 comments
Open

Questions about model testing #20

kk3lamb opened this issue Aug 18, 2024 · 2 comments

Comments

@kk3lamb
Copy link

kk3lamb commented Aug 18, 2024

Thank you for your excellent work! How is the model for video-level forgery detection tested? Do you test all the frames of the test video? I see a lot of papers that do video forgery detection where the model input is a clip of several consecutive frames (e.g., 8 frames), so how is this tested? Is it averaging?

@Daisy-Zhang
Copy link
Owner

Hi~ For the video-level testing, usually the input is a frame clip and the model output is the one prediction. There are also some methods as you mentioned that take multiple frames and output multiple predictions, and in this case they usually calculate the averaging prediction as final score.

@kk3lamb
Copy link
Author

kk3lamb commented Aug 20, 2024

  1. I have seen papers that say they want a fair comparison with image level models, some say they will bring all the frames of a test video to test, what is the average prediction you are talking about in such a case? If my model accepts 8 frames of clips, then a test video will have a very large number of clips, each of which will have a prediction, how do I determine if the video is predicted accurately? How should I take the average?

  2. Or can you tell me how the mainstream testing process works? Is it possible to take 32 frames of a test video?

Thank you very much for your answer, I'm new to forgery detection and your answer helps me a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants