about DiffJPEG
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
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:
(2) add sys path to
DiffJPEG/DiffJPEG.py, and change class DiffJPEG to DiffJPEG1
(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
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: @.***>
Thank you