Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Feb 7, 2025
1 parent 82a4eb0 commit b4575d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/dataset_manager/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def get_interpolated_shapes(
deleted_frames: Optional[Sequence[int]] = None,
include_outside: bool = False,
):
# If a task or contains deleted frames that contain track keyframes,
# If a task or job contains deleted frames that contain track keyframes,
# these keyframes should be excluded from the interpolation.
# In jobs having specific frames included (e.g. GT jobs),
# deleted frames should not be confused with included frames during track interpolation.
Expand Down

0 comments on commit b4575d0

Please sign in to comment.