Skip to content

yanghangAI/PRIS

Repository files navigation

PRIS: Practical robust invertible network for image steganography

This repo is the official code for

  • PRIS: Practical robust invertible network for image steganography

Dependencies and Installation

Get Started

  • Run python main.py for training.

Dataset

  • In this paper, we use the commonly used dataset DIV2K.

  • For train or test on your own dataset, change the code in config.py:

    line27: TRAIN_PATH = ''

    line28: VAL_PATH = ''

Demo

  • Here we provide a Demo.

  • You can hide a secret image into a host image in our Demo by clicking your mouse.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages