PyMAF-X icon indicating copy to clipboard operation
PyMAF-X copied to clipboard

USE_IWP_CAM:False, some error

Open sora158 opened this issue 2 years ago • 0 comments

When I set USE_IWP_CAM to be False,:

/PyMAF-X/utils/geometry.py", line 401, in projection bbox_scale, bbox_center = pred_camera['bbox_scale'], pred_camera['bbox_center'] KeyError: 'bbox_scale'

get the key error, pred_camera only have key {sxyz}

sora158 avatar Sep 25 '23 07:09 sora158