Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Feb 23, 2024
1 parent d558d48 commit 174aa61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmhuman3d/data/data_converters/synbody_whac.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ def convert_by_mode(self, dataset_path: str, out_path: str,
valid_idxs = np.intersect1d(valid_idxs_img, valid_idex_cam)
# valid_idxs = valid_idxs[valid_idxs > 0]

pdb.set_trace()

for vid in tqdm(valid_idxs, desc=f'Processing {sequence_name}, {cid} / {cids[-1]}',
leave=False, position=1):
if vid == 0:
Expand Down

0 comments on commit 174aa61

Please sign in to comment.