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

Add yolov5 namespace #2886

Closed
wants to merge 3 commits into from

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    26a8315 View commit details
    Browse the repository at this point in the history
  2. Added top-level init file for yolov5 Python module and update import …

    …statements as in yolov5-pip repo.
    
    Note: I had to make a few changes from what is in yolov5-pip because there appear to have been some code changes between the version in yolov5-pip and where I branched off of the yolov5 repo. While I was updating import statements, I noticed that there are still a couple of places in .py files where the import path isn't updated to include the yolov5 namespace in yolov5-pip, and I stayed consistent with what's in yolov5-pip by not updating those import statements.
    sheromon committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d2f304c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e0cab View commit details
    Browse the repository at this point in the history