Closed RickStor closed 5 years ago
where is the error?
do you get the anwser? I meet the same error now
@Akon-Fiber If you are using python3 make these changes. In ,b>make_dataset.ipynb inside gaussian_filter_density function change statement pts = np.array(zip(np.nonzero(gt)[1], np.nonzero(gt)[0])) to pts = np.array(list(zip(np.nonzero(gt)[1], np.nonzero(gt)[0])))
@Akon-Fiber If you are using python3 make these changes. In ,b>make_dataset.ipynb inside gaussian_filter_density function change statement pts = np.array(zip(np.nonzero(gt)[1], np.nonzero(gt)[0])) to pts = np.array(list(zip(np.nonzero(gt)[1], np.nonzero(gt)[0])))
wow thanks man ı can fix right now
Hi, I have this issue:
When I try this code:
I got this error: