-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about DiffJPEG #1
Comments
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: