Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadds to python #2014
Open
adds to python #2014
Conversation
|
open cv |
|
Algorithms in this repo should not be how-to examples for existing Python packages. OpenCV is a Python package, not an algorithm. So, what is the algorithm in the pull request??? Please define a function as discussed at https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md#what-is-an-algorithm Also: https://github.com/TheAlgorithms/Python/blob/master/Travis_CI_tests_are_failing.md |
| args = ap.parse_args() | ||
|
|
||
|
|
||
| def get_output_layers(net): |
This comment has been minimized.
This comment has been minimized.
| return output_layers | ||
|
|
||
|
|
||
| def draw_prediction(img, class_id, confidence, x, y, x_plus_w, y_plus_h): |
This comment has been minimized.
This comment has been minimized.
| @@ -0,0 +1,97 @@ | |||
| import cv2 | |||
This comment has been minimized.
This comment has been minimized.
|
Not yet an algorithm. Currently a how-to example. Not in a directory. Travis CI tests fail. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Rahul-Rampal0804 commentedMay 19, 2020
•
edited
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.