Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pyzed/sl.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,7 @@ cdef class Landmark2D:
#
# The value ranges from 0 to 1, where a smaller value indicates greater confidence that the landmark
# is owned by a dynamic object.
# The value is -1 if the dynamic confidence is not computed.
@property
def dynamic_confidence(self) -> float:
return self.landmark2d.dynamic_confidence
Expand Down