Skip to content

Commit

Permalink
delete deugging
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenLJY committed Apr 2, 2024
1 parent f660b4c commit d6c96d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions systems/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,6 @@ def save_pred_cond_other(self, raw_pred, masked_pred, gt):
meshes = self.prepare_meshes(gt_json)
bbox_0, bbox_1, axiss = meshes['bbox_0'], meshes['bbox_1'], meshes['axiss']

i = 0
for bb in bbox_0:
bb.export(f'temp/0/{i}.obj')
i += 1
i = 0
for bb in bbox_1:
bb.export(f'temp/1/{i}.obj')
i += 1

img_gt = draw_boxes_axiss_anim(bbox_0, bbox_1, axiss, mode='graph', resolution=128)
self.save_rgb_image(f'{mode}/{epoch}/{cat}/{model_name}/gt.png', img_gt)

Expand Down

0 comments on commit d6c96d8

Please sign in to comment.