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

Windowless #5

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Windowless #5

wants to merge 12 commits into from

Conversation

harigovind1998
Copy link

Changes

  1. No longer displays a display window
  2. Changed the files default locations, so if you dont set the flags it should still work
  3. Connects to the locomotion websocket

Additional Required packages

  1. websocket-client
    pip3 install websocket-client
  2. cv2

How to test

  1. python3.7 yolo_opencv.py
    Dont set flags if you want to use default flags
  2. python3.7 yolo_opencv.py -c (path to .cfg file) -w (path to .backup or .weights file) -cl (path to .names file)

@tahaemara
Copy link
Owner

Great work, but I have some notes.
This repo is supporting tutorials I did before and I want to keep it simple as I can. Using WebSockets is a great thing for its applications but I think that using windows may be easy to be testable for everyone clones this repo.

Another thing, I saw that you deleted the java folder, this folder contains another project for making custom object detector using Deeplearning4j lib.

I recommend you to fork this repo then add this feature (using WebSockets). And it will be great if you publish a tutorial for that.

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

Successfully merging this pull request may close these issues.

None yet

3 participants