This repository is the official PyTorch implementation of FPNet.
All experiments use the PyTorch library. We conducted training and validation on a workstation with a GTX 3080, using Ubuntu 20.04 as the operating system. We recommend installing the following package versions:
-
python=3.7
-
pytorch=1.10.0
SRNet:We used SRNet that can achieve 89.43% on S-Uniward 0.4bpp on V100 for SRNet experiments.
Some implementation of this repository is based on the SiaStegNet.