Skip to content

Commit

Permalink
Update evaluate_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
da03 committed May 10, 2022
1 parent 38b3345 commit 32e60e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/evaluation/evaluate_image.py
Expand Up @@ -139,7 +139,7 @@ def build(ls):
found = True
break
if not found:
d[int(l, 2)] = unichr(len(seen))
d[int(l, 2)] = chr(len(seen))
seen.append((l, np.array(map(int, l))))

build(int_ls)
Expand Down

0 comments on commit 32e60e0

Please sign in to comment.