Skip to content

Commit

Permalink
Merge branch 'ck/interface' of github.com:apperception-db/spatialyze …
Browse files Browse the repository at this point in the history
…into ck/interface
  • Loading branch information
chanwutk committed Aug 10, 2023
2 parents 706c926 + f654adb commit 35b8885
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spatialyze/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
from .utils.F.road_segment import road_segment
from .video_processor.payload import Payload
from .video_processor.pipeline import Pipeline
from .video_processor.stages.decode_frame.decode_frame import DecodeFrame
from .video_processor.stages.decode_frame.parallel_decode_frame import ParallelDecodeFrame
from .video_processor.stages.decode_frame.parallel_decode_frame import (
ParallelDecodeFrame,
)
from .video_processor.stages.detection_2d.object_type_filter import ObjectTypeFilter
from .video_processor.stages.detection_2d.yolo_detection import YoloDetection
from .video_processor.stages.detection_3d.from_detection_2d_and_road import (
Expand Down

0 comments on commit 35b8885

Please sign in to comment.