UniversalFakeDetect icon indicating copy to clipboard operation
UniversalFakeDetect copied to clipboard

Results 13 UniversalFakeDetect issues
Sort by recently updated
recently updated
newest added

Length of dataset: 0 Traceback (most recent call last): File "/content/UniversalFakeDetect/train.py", line 70, in ap, r_acc, f_acc, acc = validate(model.model, val_loader) File "/content/UniversalFakeDetect/validate.py", line 116, in validate ap = average_precision_score(y_true,...

Thank you for your work. The paper mentions the use of two methods, Nearest Neighbor and Linear Classification. In the published code, I only found the implementation of Linear Classification...

I try to repeat the training process but get trouble in some requirements. Like line 7 "from earlystop import EarlyStopping" in train.py and line 3 'import util' in base_options.py. I...

Which source files are Nearest neighbor and Linear classification written in?

Hello, thank you very much for your work, I would like to ask about the equipment you use when training your code. And why is the fc_weight file given in...

Is there a code already written to infer whether a specific image is fake or not? Can you point to the appropriate documentation from the code base.

Hello, Thanks for your work very much. Can you share the another datasets in your paper? Like Cycle-GAN ,Big-GAN, and so on. My email is [email protected] . Thanks very much.

Hi. The code runs fine. But I am learning Vit and want to check the attention map. Where should I modify it? First of all, the current code doesn't seem...

Great job on your work, and thank you for sharing the code. Figure 10 does not have specific values. So could you please provide the code for generating Figure 10...

Hello, I am currently trying to test your model's weights with some data, but I am encountering some issues. I have set up the final linear layer as per your...