Skip to content

Commit

Permalink
style: [CI] format (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions Bot <spatialyze-actions-bot@users.noreply.github.com>
  • Loading branch information
chanwutk and Github Actions Bot authored Aug 10, 2023
1 parent 0d34c90 commit 24c8743
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spatialyze/video_processor/utils/format_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import datetime
import numpy.typing as npt

import numpy as np
import numpy.typing as npt

from ..camera_config import CameraConfig
from ..stages.segment_trajectory.construct_segment_trajectory import SegmentPoint
Expand Down Expand Up @@ -29,8 +30,8 @@ def format_trajectory(
for tracking_result_3d, ego_info, segment_mapping in track:
if ego_info:
if (
ego_info.filename is not None and
"sweeps/CAM_FRONT/n008-2018-08-30-15-16-55-0400__CAM_FRONT__1535657125362404.jpg"
ego_info.filename is not None
and "sweeps/CAM_FRONT/n008-2018-08-30-15-16-55-0400__CAM_FRONT__1535657125362404.jpg"
in ego_info.filename
):
info_found.append(
Expand Down

0 comments on commit 24c8743

Please sign in to comment.