-
Notifications
You must be signed in to change notification settings - Fork 86
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
Improve robustness against JPEG noise #17
Comments
Hi~thank you for releasing it,it is awesome. |
Hello, thank you for releasing it , and I am running your codes.I have some questions about your paper: |
@zhangqizky I also got the same result, this method is not robust against resizing, rotating, etc |
|
Metrics:
During testing, we should convert the image to JPG and add another metric - JPEG-BPP - which reports the resulting bits-per-pixel. This will most likely be a lot lower than the standard BPP.
Training:$N$ highest frequency components where larger $N$ indicates more "noise", and (4) applies the inverse DCT transform.
We should consider creating a layer which (1) selects random 8x8 patches of the image, (2) applies the DCT transform, (3) zeros out the
The text was updated successfully, but these errors were encountered: