It is not clear that INEQR takes a multi-dimensional pixel_vals list as input #74
Open
Description
In INEQR
, the pixel_pos_binary
needs to be a binary string y_coord+x_coord
long. However, currently, the code misrepresents the binary with extra 0
padding.
piQture/piqture/data_encoder/image_representations/ineqr.py
Lines 84 to 88 in 76f1718