Mark-Dou
Mark-Dou
Hi, I want to apply the GuidedGradCam with ResNet50: `model = models.resnet50(pretrained=True)` `model.eval()` ` input = torch.rand(2, 3, 224, 224)` ` ig = GuidedGradCam(model, model.layer4)` ` attribution = ig.attribute(input, 1)`...
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...
Hello, thanks for sharing your excellent work to us ! I have some questions about attention visualization that the code was executed to visualize attention on text, if I' d...
Hello, thanks for your excellent work! Here I have a code problem when I fine-tune the model on my own dataset. I just follow the organization manner in CoOp/datasets to...
Hello, could you explain what's the function of celebahq_crop when preprocess frames is? I'm not very clear about that. Thank U!
Hello, thanks for sharing us such excellent work! Here i have some issues about the label list: taking a video forgery as example, "3 val_video_release/4/7f89846f0181198f2aee02c863c2aca5/718e0e03ab494625ccd35e839deafadb/video.mp4 0 10 0 10 35...
Hello, thanks for such excellent contributions for public ! I have some questions about the information of metadata.csv for every synthetic data folder. target : The label for the image,...