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
- Host: GitHub
- URL: https://github.com/tianyilt/coverless_information_hiding-acgan
- Owner: tianyilt
- Created: 2019-08-18T07:13:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T04:46:30.000Z (about 6 years ago)
- Last Synced: 2025-04-04T17:36:53.526Z (7 months ago)
- Topics: acgan, steganography-algorithms
- Language: Python
- Homepage:
- Size: 60 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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进行一次编码解码实验