I am trying to run the following code from this repository.
https://github.com/UjjwalSaxena/Automold--Road-Augmentation-Library
hp.visualize(images, column=3, fig_size=(20,10))
It gives me following error. How can I fix this?
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "Helpers.py", line 51, in visualize
f,axes= plt.subplots(row, column, figsize=fig_size)
File "/home/.local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 1187, in subplots
gridspec_kw=gridspec_kw)
File "/home/.local/lib/python2.7/site-packages/matplotlib/figure.py", line 1362, in subplots
axarr = np.empty((nrows, ncols), dtype=object)
TypeError: 'float' object cannot be interpreted as an index