Skip to content

Commit

Permalink
fix bug in jsk_recognition_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Dec 10, 2024
1 parent c80a511 commit f878df4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def get_tile_shape(img_num):
x_num += 1
return x_num, y_num

imgs = [img for img in imgs if img is not None]
if tile_shape is None:
tile_shape = get_tile_shape(len(imgs))

Expand Down

0 comments on commit f878df4

Please sign in to comment.