Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsutardja committed Dec 12, 2024
1 parent a22d4ac commit 0aee364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion degirum_tools/compound_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def predict_batch(self, data):
def result2_apply_final_steps(result2, transformed_result2):

# restore original frame info to support nested compound models
if isinstance(transformed_result2, FrameInfo):
if isinstance(transformed_result2.info, FrameInfo):
transformed_result2._frame_info = transformed_result2.info.original_info
else:
transformed_result2._frame_info = transformed_result2.info
Expand Down

0 comments on commit 0aee364

Please sign in to comment.