object_detector_app
object_detector_app copied to clipboard
object_dection
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'
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.