object_detector_app icon indicating copy to clipboard operation
object_detector_app copied to clipboard

object_dection

Open Himanil opened this issue 6 years ago • 1 comments

While executing the program on anaconda(spyder) always this error arise, if any one can help error :OpenCV(3.4.6) D:\Build\OpenCV\opencv-3.4.6\modules\imgproc\src\color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'

Himanil avatar May 03 '19 20:05 Himanil

Seems like the input passed to cv2.cvtColor() is empty. Maybe your cv2.imread() failed to load valid image, this seems the most possible explanation.

knightowl2704 avatar Jul 11 '19 06:07 knightowl2704