We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3df726 commit e5f8545Copy full SHA for e5f8545
amadeusgpt/analysis_objects/relationship.py
@@ -132,7 +132,7 @@ def _relationships_with_static_object(
132
) -> Dict[str, Any]:
133
if self.sender_animal_bodyparts_names is not None:
134
# the keypoints of animal get updated when we update the roi bodypart names
135
- animal.update_roi_keypoint_names(self.sender_animal_bodyparts_names)
+ animal.update_roi_keypoint_by_names(self.sender_animal_bodyparts_names)
136
137
c = other_obj.get_center()
138
0 commit comments