Skip to content

fix: malformed bbox_3d_shape tuple has four elements instead of three - #62

Draft
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/demo-dataset-9122a087
Draft

fix: malformed bbox_3d_shape tuple has four elements instead of three#62
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/demo-dataset-9122a087

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: malformed bbox_3d_shape tuple has four elements instead of three

Fix

Replace:

    bbox_3d_shape=(2.2, 2,2, 2.2),

with:

    bbox_3d_shape=(2.2, 2.2, 2.2),

Files changed

  • pose_est/hybrik_demo/demo_dataset.py

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

Successfully merging this pull request may close these issues.

1 participant