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

Issues with the weight #4

Closed zby5558 closed 4 years ago

zby5558 commented 4 years ago

I find that the weights of the project is saved in yolov3.weights. But the weights gotten from the file only has 28 elements. And it makes the whole project fail to run. How to solve this problem

HassanBinHaroon commented 2 years ago

Check out the following relevant and easiest implementation.

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