Skip to content

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

Description

@HovardHe

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions