I have the following np.array: {0: array([[254, 426],...54, 426]])}
and would like this as desired output: [(444, 703), (623, 543), (691, 177), (581, 26), (482, 42)]
How can I do this? I need the variable to be set like in the desired output.
Thanks a lot.
var[0]where var is name of variable with dict. docs.scipy.org/doc/numpy/reference/generated/numpy.load.html