摘要:
Paper-Paper Forgeries Image Detection Hybrid LSTM and Encoder–Decoder Architecture for Detection of Image Forgeries Hybrid LSTM and Encoder–Decoder Ar 阅读全文
摘要:
图像滑动窗口分割 import cv2 import os def sliding_window(image, stepSize, windowSize): # slide a window across the image for y in range(0, image.shape[0], ste 阅读全文
摘要:
transgan_pytorch Implementation of the paper: Yifan Jiang, Shiyu Chang and Zhangyang Wang. TransGAN: Two Pure Transformers Can Make One Strong GAN, an 阅读全文
摘要:
Generate Fake Image and Detection Generate Fake Image 【深圳大学】深度文档图像伪造 Zhao, C. Chen and J. Huang, “Deep Learning-based Forgery Attack on Document Image 阅读全文
摘要:
denoise、超分辨、gan网络实现 一、去噪网络 import torch import torch.nn as nn import time from tqdm import tqdm from torchvision.transforms.functional import to_pil_i 阅读全文
摘要:
gans-awesome-applications Curated list of awesome GAN applications and demonstrations. Note: General GAN papers targeting simple image generation such 阅读全文