NEED HELP
Can you help me in running this project from starting. I am getting stuck.
I share the way I implemented it.
-
Download the project locally (any path you want to save the project) (My path is... E:\Object-Detection-and-Distance-Measurement-master)
-
'env' was created using anaconda powershell prompt.
$ conda create -n object_detection python=3.6$ conda activate object_detection -
Installed the necessary library referring to README.
-
Download the weight file uploaded by paul-pias to fit the yolo version (v3 or v4).
-
Weight file was saved in the same path as the obejct_detection.py file.
-
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
- 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')
Check out the following relevant and easiest implementation.
https://github.com/HassanBinHaroon/object_detection-PLUS-distance_estimation-v1