-
Notifications
You must be signed in to change notification settings - Fork 9
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
task done #1
base: master
Are you sure you want to change the base?
task done #1
Conversation
Hey @ajit2704 , this is definitely a good attempt 👍. But, there are some issues / suggestions that I have described below - do have a look at them.
|
Opencv version 3.0.0
Thanks for your remarks.
…On Feb 26, 2017 15:47, "Athitya Kumar" ***@***.***> wrote:
Hey @ajit2704 <https://github.com/ajit2704> , this is definitely a good
attempt 👍. But, there are some issues / suggestions that I have
described below - do have a look at them.
-
I get this error while running the auv.py script. You aren't getting
any error? Which Python and OpenCV version(s) have you tested on?
[image: image]
<https://cloud.githubusercontent.com/assets/17109060/23338699/bb3dc156-fc37-11e6-9d23-31667dd3177f.png>
-
Move the script from graph-detect/auv.py to
graph-detect/<username>/auv.py. All your files should be put up inside
graph-detect/<your_username>/ directory.
-
Use more informative commit and PR messages. These messages should
reflect on the changes you have done - which task done commit doesn't
accomplish. No problem, but take care of this in future commits & PRs.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVYbT5DZUCXoSn4gt2vYBC0C0FkK380Tks5rgVFFgaJpZM4MMUbi>
.
|
@ajit2704 - Oh, okay. But I'm still getting the error. Does the |
Ok , problem may be in the location of image in imread, I am attatching the
screenshot of output
…On Feb 26, 2017 16:31, "Athitya Kumar" ***@***.***> wrote:
@ajit2704 <https://github.com/ajit2704> - Oh, okay. But I'm still getting
the error. Does the auv.py provide proper output on your laptop? Anyway,
make the changes and push to your fork's master branch. Changes will
automatically appear in the Pull Request.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVYbT-0K945dXH6GS4bEw6zMtXs4IdIxks5rgVuGgaJpZM4MMUbi>
.
|
|
||
|
||
|
||
image,contours,hierarchy = cv2.findContours(thresh.copy(),cv2.RETR_LIST,cv2.CHAIN_APPROX_SIMPLE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: need more than 2 values to unpack
Have a look at documentation of the findContours()
function
No description provided.