├── README.md ├── dataset_rgb.py ├── denoising_rgb.py ├── resnet.py └── test_sidd_rgb.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tangsenghenshou/Detecting-Generated-Images-by-Real-Images/HEAD/README.md -------------------------------------------------------------------------------- /dataset_rgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tangsenghenshou/Detecting-Generated-Images-by-Real-Images/HEAD/dataset_rgb.py -------------------------------------------------------------------------------- /denoising_rgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tangsenghenshou/Detecting-Generated-Images-by-Real-Images/HEAD/denoising_rgb.py -------------------------------------------------------------------------------- /resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tangsenghenshou/Detecting-Generated-Images-by-Real-Images/HEAD/resnet.py -------------------------------------------------------------------------------- /test_sidd_rgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tangsenghenshou/Detecting-Generated-Images-by-Real-Images/HEAD/test_sidd_rgb.py --------------------------------------------------------------------------------