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

Issue with step 6 #53

Open
KatharinaSchmidt opened this issue Jul 4, 2020 · 2 comments
Open

Issue with step 6 #53

KatharinaSchmidt opened this issue Jul 4, 2020 · 2 comments

Comments

@KatharinaSchmidt
Copy link

Hello,

i tried to run step 6 with python create_label_files.py all and generate labels for the example class "timer".
But I get the following error message:

timer is assigned class label 0.
0%| | 0/600 [00:00<?, ?it/s]
Traceback (most recent call last):
File "create_label_files.py", line 154, in
_, contours, _ = cv2.findContours(thresh.copy(), cv2.RETR_EXTERNAL,
ValueError: not enough values to unpack (expected 3, got 2)

And my triangular mesh (generated with register_segmented.py) semms to look a little bit weird:
grafik

Even if I process the registered pointcloud manually (as described in step 5) I get that error message above.

Can you please give me an advice how to solve this?
Thanks

@naaths
Copy link

naaths commented Jul 15, 2020

delete first
_,

@Sciroccogti
Copy link

I got exactly the same mesh XD

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