Ask Your Question

frankcarey's profile - activity

2020-03-14 22:16:52 -0600 received badge  Necromancer (source)
2020-03-11 01:33:51 -0600 answered a question TypeError: Expected cv::UMat for argument 'img'

Your image returned from detect_image() is probably not contiguous. You can check with assert image.flags['C_CONTIGUOUS