Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 700 Bytes

File metadata and controls

18 lines (11 loc) · 700 Bytes

FPNet:

This repository is the official PyTorch implementation of FPNet.

Requirements

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

Comparison of experimental details

SRNet:We used SRNet that can achieve 89.43% on S-Uniward 0.4bpp on V100 for SRNet experiments.

Acknowledgement

Some implementation of this repository is based on the SiaStegNet.