Skip to content

Commit

Permalink
--fix=remove pring
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed Jul 12, 2024
1 parent 9354d4f commit 185dde4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmpose/datasets/datasets/wholebody3d/h3wb_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def _load_annotations(self) -> Tuple[List[dict], List[dict]]:
if self.multiple_target > 0:
target_idx = list(range(self.multiple_target))

print(self.bboxes.keys())

bbox = self.bboxes[(subject, act, cam,
frames[frame_ids[-1]])]
bbox = np.array([[
Expand Down

0 comments on commit 185dde4

Please sign in to comment.