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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some promblem in the generating synthetic training datasets
When I try to follow the Example data generation
I got error
The text was updated successfully, but these errors were encountered: