paul-pias / Object-Detection-and-Distance-Measurement

Using yolov3 & yolov4 weights objects are being detected from live video frame along with the measurement of the object from the camera without the support of any extra hardware device.
348 stars 118 forks source link

!ssize.empty() #46

Open YCBjust opened 2 years ago

YCBjust commented 2 years ago

error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize' whan should I do?

HassanBinHaroon commented 2 years ago

Check out the following relevant and easiest implementation.

https://github.com/HassanBinHaroon/object_detection-PLUS-distance_estimation-v1