I tried putting the zip file into the folder, I tried putting the folders from the zip file into the folder, I tried putting the contents of 'images_single' into the folder, and no matter what I did, I got
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
c:\Users\Ellie\Downloads\place-heatmap-2022-main\heatmap.ipynb Cell 5' in <cell line: 7>()
[4](vscode-notebook-cell:/c%3A/Users/Ellie/Downloads/place-heatmap-2022-main/heatmap.ipynb#ch0000004?line=3)[ if event == cv2.EVENT_LBUTTONDOWN:
]()[5](vscode-notebook-cell:/c%3A/Users/Ellie/Downloads/place-heatmap-2022-main/heatmap.ipynb#ch0000004?line=4)[ print('x = %d, y = %d'%(x, y))
----> ]()[7](vscode-notebook-cell:/c%3A/Users/Ellie/Downloads/place-heatmap-2022-main/heatmap.ipynb#ch0000004?line=6)[ cv2.imshow("image", cv2.imread(img_paths[1000]))
]()[8](vscode-notebook-cell:/c%3A/Users/Ellie/Downloads/place-heatmap-2022-main/heatmap.ipynb#ch0000004?line=7)[ cv2.namedWindow('image')
]()[9](vscode-notebook-cell:/c%3A/Users/Ellie/Downloads/place-heatmap-2022-main/heatmap.ipynb#ch0000004?line=8)[ cv2.setMouseCallback('image', onMouse)
IndexError: list index out of range]()
I'm not sure what I'm doing wrong? Instructions could use some work...
I tried putting the zip file into the folder, I tried putting the folders from the zip file into the folder, I tried putting the contents of 'images_single' into the folder, and no matter what I did, I got
I'm not sure what I'm doing wrong? Instructions could use some work...