Skip to content

Commit

Permalink
Merge pull request #689 from roboflow/fix/add_oath_deviation
Browse files Browse the repository at this point in the history
Add path deviation block
  • Loading branch information
PawelPeczek-Roboflow authored Sep 27, 2024
2 parents 6acb030 + b926298 commit 23dd6c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inference/core/workflows/core_steps/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
from inference.core.workflows.core_steps.analytics.line_counter.v1 import (
LineCounterBlockV1,
)
from inference.core.workflows.core_steps.analytics.path_deviation.v1 import (
PathDeviationAnalyticsBlockV1,
)
from inference.core.workflows.core_steps.analytics.time_in_zone.v1 import (
TimeInZoneBlockV1,
)
Expand Down Expand Up @@ -355,6 +358,7 @@ def load_blocks() -> List[Type[WorkflowBlock]]:
Florence2BlockV1,
StabilityAIInpaintingBlockV1,
ImagePreprocessingBlockV1,
PathDeviationAnalyticsBlockV1,
]


Expand Down

0 comments on commit 23dd6c9

Please sign in to comment.