Running demo.py, get 'rbd' error in saliency.py:
File "saliency.py", line 62, in
edges = [[vertices[x%num_vertices],
vertices[x/num_vertices]] for x in edges]
IndexError: only integers, slices (:), ellipsis (...), numpy.newaxis (None) and integer or boolean arrays are valid indices
Both ft and mdb run without problems.
Running demo.py, get 'rbd' error in saliency.py:
File "saliency.py", line 62, in
edges = [[vertices[x%num_vertices],
vertices[x/num_vertices]] for x in edges]
IndexError: only integers, slices (
:), ellipsis (...), numpy.newaxis (None) and integer or boolean arrays are valid indicesBoth ft and mdb run without problems.