Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image classification viz #809

Merged
merged 10 commits into from
Nov 15, 2024
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 @@ -317,6 +317,9 @@
from inference.core.workflows.core_steps.visualizations.label.v1 import (
LabelVisualizationBlockV1,
)
from inference.core.workflows.core_steps.visualizations.classification_label.v1 import (
ClassificationLabelVisualizationBlockV1,
)
from inference.core.workflows.core_steps.visualizations.line_zone.v1 import (
LineCounterZoneVisualizationBlockV1,
)
Expand Down Expand Up @@ -491,6 +494,7 @@ def load_blocks() -> List[Type[WorkflowBlock]]:
LMMBlockV1,
LMMForClassificationBlockV1,
LabelVisualizationBlockV1,
ClassificationLabelVisualizationBlockV1,
LineCounterBlockV1,
LineCounterBlockV2,
LineCounterZoneVisualizationBlockV1,
Expand Down
Loading
Loading