FNNS icon indicating copy to clipboard operation
FNNS copied to clipboard

about DiffJPEG

Open zhangzhang6665 opened this issue 2 years ago • 3 comments

Hi, I encountered this problem while running your code "ModuleNotFoundError: No module named 'DiffJPEG'" Afterwards, I found this file on GitHub, but I don't know where to place it in the file. Please help me

zhangzhang6665 avatar Sep 05 '23 02:09 zhangzhang6665

Hi there! I've tried to import DiffJPEG in this project, and I hope the following steps would help: (1)put DiffJPEG repo in FNNS: image (2) add sys path to DiffJPEG/DiffJPEG.py, and change class DiffJPEG to DiffJPEG1 image (For privacy reason I've masked my real path, and you could replace it with your path) (3) add sys path to steganogan/models.py, and use from DiffJPEG import DiffJPEG1 image

LiRunyi2001 avatar Mar 10 '24 11:03 LiRunyi2001

Thank you very much 

------------------ 原始邮件 ------------------ 发件人: "varshakishore/FNNS" @.>; 发送时间: 2024年3月10日(星期天) 晚上7:16 @.>; @.@.>; 主题: Re: [varshakishore/FNNS] about DiffJPEG (Issue #1)

Hi there! I've tried to import DiffJPEG in this project, and I hope the following steps would help: (1)put DiffJPEG repo in FNNS: image.png (view on web) (2) add sys path to DiffJPEG/DiffJPEG.py, and change class DiffJPEG to DiffJPEG1 image.png (view on web) (For privacy reason I've masked my real path, and you could replace it with your path) (3) add sys path to steganogan/models.py, and use from DiffJPEG import DiffJPEG1 image.png (view on web)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

zhangzhang6665 avatar Mar 10 '24 11:03 zhangzhang6665

Thank you

Hygali avatar Mar 10 '24 11:03 Hygali