amilcar / PRIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%