Aliiiqbp / DKiS-Decay-weight-invertible-image-steganography-with-private-key

DKiS: Decay weight invertible image steganography with private key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DKiS: Decay weight invertible image steganography with private key

This repo is the official code for

Dependencies and Installation

Get Started

  • Run python main.py for training.

Dataset

  • Before you start your training, please make sure the dataset path is correct.

  • Check the dataset path in config.py:

    DIV_TRAIN_PATH = ''

    DIV_VAL_PATH = ''

    pub_TRAIN_PATH = ''

    pub_VAL_PATH = ''

Demo

  • Here we provide a Demo.

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

About

DKiS: Decay weight invertible image steganography with private key


Languages

Language:Python 100.0%