Coder Social home page Coder Social logo

hinet's Introduction

HiNet: Deep Image Hiding by Invertible Network

This repo is the official code for

Published on ICCV 2021. By MC2 Lab @ Beihang University.

framework

Dependencies and Installation

Get Started

  • Run python train.py for training.

  • Run python test.py for testing.

  • Set the model path (where the trained model saved) and the image path (where the image saved during testing) to your local path.

    line45: MODEL_PATH = ''

    line49: IMAGE_PATH = ''

Dataset

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

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

    line30: TRAIN_PATH = ''

    line31: VAL_PATH = ''

Trained model

  • Here we provide a trained model.

  • Fill in the MODEL_PATH and the file name suffix before testing by the trained model.

  • For example, if the model name is model.pt and its path is /home/usrname/Hinet/model/, set MODEL_PATH = '/home/usrname/Hinet/model/' and file name suffix = 'model.pt'.

Citation

If you find our paper or code useful for your research, please cite:

@InProceedings{Jing_2021_ICCV,
    author    = {Jing, Junpeng and Deng, Xin and Xu, Mai and Wang, Jianyi and Guan, Zhenyu},
    title     = {HiNet: Deep Image Hiding by Invertible Network},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2021},
    pages     = {4733-4742}
}

hinet's People

Contributors

tomtomtommi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.