An open API service indexing awesome lists of open source software.

https://github.com/tianyilt/coverless_information_hiding-acgan

coverless_information_hiding with acgan
https://github.com/tianyilt/coverless_information_hiding-acgan

acgan steganography-algorithms

Last synced: about 1 month ago
JSON representation

coverless_information_hiding with acgan

Awesome Lists containing this project

README

          

# coverless_information_hiding-acgan
coverless_information_hiding with acgan

环境加载方法
>conda env create -f environment.yaml

>conda activate DGA-detector

# TODO
- 构建编码器

将中文汉字转化为对应的4位数字

- 构建解码器

将4位数字转化为对应的中文汉字

- 根据已经训练完成的acgan进行一次编码解码实验