We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thanks for creating this library!
I've got this error when decoding one 128x128 RGB image after encoding/transmission. Code rate (R) = 1/3 n = 9213 (= 3 * (width_RGB * 24bits) - 3 = 3*(128*24) - 3 = 9213 k = 3072 d_v = 2 d_c = 3 seed = 42 systematic=True and sparse=True
Could anyone please help me with this error? Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thanks for creating this library!
I've got this error when decoding one 128x128 RGB image after encoding/transmission.
Code rate (R) = 1/3
n = 9213 (= 3 * (width_RGB * 24bits) - 3 = 3*(128*24) - 3 = 9213
k = 3072
d_v = 2
d_c = 3
seed = 42
systematic=True and sparse=True
Could anyone please help me with this error?
Thanks in advance!
The text was updated successfully, but these errors were encountered: