Skip to content

Commit

Permalink
[ObjectTracker] some cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanBassiouny committed Jan 15, 2025
1 parent 9c5d1ae commit 5560559
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/episode_segmenter/event_detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,11 @@ def __init__(self, logger: EventLogger, starter_event: NewObjectEvent,
"""
:param logger: An instance of the EventLogger class that is used to log the events.
:param starter_event: An instance of the NewObjectEvent class that represents the event to start the event.
:param distance_threshold: An optional float value that represents the distance threshold to consider the object
as moving.
:param detection_method: The motion detection method that is used to detect if the object is moving.
:param measure_timestep: The time between calls to the event detector.
:param time_between_frames: The time between frames of episode player.
:param window_timeframe: The timeframe of the window that is used to calculate the distances.
:param distance_filter_method: An optional DataFilter instance that is used to filter the distances.
"""
super().__init__(logger, measure_timestep.total_seconds(), *args, **kwargs)

Expand Down

0 comments on commit 5560559

Please sign in to comment.