Object-Detection-and-Distance-Measurement icon indicating copy to clipboard operation
Object-Detection-and-Distance-Measurement copied to clipboard

NEED HELP

Open Ayushlath opened this issue 4 years ago • 2 comments

Can you help me in running this project from starting. I am getting stuck.

Ayushlath avatar Nov 22 '21 07:11 Ayushlath

I share the way I implemented it.

  1. Download the project locally (any path you want to save the project) (My path is... E:\Object-Detection-and-Distance-Measurement-master)

  2. 'env' was created using anaconda powershell prompt. $ conda create -n object_detection python=3.6 $ conda activate object_detection

  3. Installed the necessary library referring to README.

  4. Download the weight file uploaded by paul-pias to fit the yolo version (v3 or v4).

  5. Weight file was saved in the same path as the obejct_detection.py file.

  6. Go to the path where object_detection.py exists in the anaconda powershell prompt

  • I used v4.
  • $ cd E:\Object-Detection-and-Distance-Measurement-master\YOLOv4
  1. Run object_detection.py $ python object_detection.py (Note: The voice feedback function is annotated. v3 : Modify the code of the file 'object_detection' v4 : Modify line 144 of 'tool\utils')

Roggu92 avatar Dec 01 '21 08:12 Roggu92

Check out the following relevant and easiest implementation.

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

HassanBinHaroon avatar Aug 20 '22 02:08 HassanBinHaroon