1 | initial version |
I ended up downloading it through pip
that's why you don't have a samples
or even samples/data
folder, so the helper functions from cv2.samples cannot find anything. just remove the cv2.samples.findFile()
part from your code, and manage your images manually.