We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
python create_label_files.py all
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:
register_segmented.py
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
The text was updated successfully, but these errors were encountered:
delete first _,
Sorry, something went wrong.
I got exactly the same mesh XD
No branches or pull requests
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: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
The text was updated successfully, but these errors were encountered: