Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEED HELP #42

Open
Ayushlath opened this issue Nov 22, 2021 · 2 comments
Open

NEED HELP #42

Ayushlath opened this issue Nov 22, 2021 · 2 comments

Comments

@Ayushlath
Copy link

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

@Roggu92
Copy link

Roggu92 commented Dec 1, 2021

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')

@HassanBinHaroon
Copy link

Check out the following relevant and easiest implementation.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants