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

Use EfficientDet Network #13

Closed brunojus closed 4 years ago

brunojus commented 4 years ago

Hi,

Is it possible to change the current Yolo model for EfficientDet? I can improve this repo using another model, could you guide me for this update, please?

paul-pias commented 4 years ago

Hello @brunojus, Thank you for your interest. Can you kindly work on a separate branch for EfficientDet and make a pull request? I will merge if everything works well and update the repository description accordingly.

brunojus commented 4 years ago

Perfect, I will work on it.

HassanBinHaroon commented 2 years ago

Check out the following relevant and easiest implementation.

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