Skip to content

Commit e5f8545

Browse files
committed
Fixed another bug
1 parent f3df726 commit e5f8545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amadeusgpt/analysis_objects/relationship.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _relationships_with_static_object(
132132
) -> Dict[str, Any]:
133133
if self.sender_animal_bodyparts_names is not None:
134134
# the keypoints of animal get updated when we update the roi bodypart names
135-
animal.update_roi_keypoint_names(self.sender_animal_bodyparts_names)
135+
animal.update_roi_keypoint_by_names(self.sender_animal_bodyparts_names)
136136

137137
c = other_obj.get_center()
138138

0 commit comments

Comments
 (0)