Posts by Gabriel Serrão • 1 point
1 post
-
0
votes1
answer45
viewsQ: Iterate over an array and save to a Dict
Given that array: array([[0, 0, 0, ..., 0, 0, 0], [0, 0, 0, ..., 0, 0, 0], [0, 0, 0, ..., 0, 0, 0], ..., [0, 0, 0, ..., 0, 0, 0], [0, 0, 0, ..., 0, 0, 0], [0, 0, 0, ..., 0, 0, 0]], dtype=uint8) I’m…
pythonasked Gabriel Serrão 1