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

ValueError: too many values to unpack (expected 2) #13

Open
HovardHe opened this issue May 9, 2023 · 0 comments
Open

ValueError: too many values to unpack (expected 2) #13

HovardHe opened this issue May 9, 2023 · 0 comments

Comments

@HovardHe
Copy link

HovardHe commented May 9, 2023

There are some promblem in the generating synthetic training datasets
When I try to follow the Example data generation
I got error

09.05.2023 03:24:46.804851  ForkPoolWorker-1 Computing images from pose 0
09.05.2023 03:24:46.805265  ForkPoolWorker-1   getting image
09.05.2023 03:24:47.432734  ForkPoolWorker-1   done
09.05.2023 03:24:47.432837  ForkPoolWorker-1   processing features
09.05.2023 03:24:48.483014  ForkPoolWorker-1   done
09.05.2023 03:24:48.485330  ForkPoolWorker-1 Error processing item 00000002_1ffb81a71e5b402e966b9341_001 from chunk [/data/abc_0000_obj_v00.7z,/data/abc_0000_feat_v00.7z]: too many values to unpack (expected 2)
09.05.2023 03:24:48.488249  ForkPoolWorker-1 Traceback (most recent call last):
  File "/code/scripts/data_scripts/generate_depthmap_data.py", line 215, in generate_patches_abc
    for configuration, patch_info in get_annotated_patches(mesh, features, item.item_id, config):
  File "/code/scripts/data_scripts/generate_depthmap_data.py", line 146, in get_annotated_patches
    z_direction=np.array([0., 0., -1.])):
ValueError: too many values to unpack (expected 2)
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

1 participant