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

Raspberry Pi OS to be Used #36

Open frostybaby opened 3 years ago

frostybaby commented 3 years ago

@paul-pias Hello mate! I'm confused whether I should install a 32 or 64 bit OS in Rpi4. I know 64 bit is needed for pytorch installation but then the 64 bit beta os does not work well when using the camera. Can you help me on what to install?

paul-pias commented 3 years ago

You can use 32 bit version until a stable release of 64 bit version is introduced.

HassanBinHaroon commented 2 years ago

Check out the following relevant and easiest implementation.

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