Skip to content

Commit

Permalink
NN Archive - Parsers Support (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeroo authored and kozlov721 committed Jul 5, 2024
1 parent b688a92 commit 30cf4d3
Show file tree
Hide file tree
Showing 10 changed files with 522 additions and 547 deletions.
10 changes: 0 additions & 10 deletions luxonis_ml/nn_archive/config_building_blocks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
from .base_models import (
Head,
HeadClassification,
HeadObjectDetection,
HeadObjectDetectionSSD,
HeadSegmentation,
HeadType,
HeadYOLO,
Input,
Metadata,
Output,
Expand All @@ -21,11 +16,6 @@
__all__ = [
"Head",
"HeadType",
"HeadSegmentation",
"HeadClassification",
"HeadObjectDetectionSSD",
"HeadObjectDetection",
"HeadYOLO",
"Input",
"PreprocessingBlock",
"Output",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
from .head import (
Head,
HeadClassification,
HeadObjectDetection,
HeadObjectDetectionSSD,
HeadSegmentation,
HeadType,
HeadYOLO,
)
from .input import Input, PreprocessingBlock
from .metadata import Metadata
Expand All @@ -14,11 +9,6 @@
__all__ = [
"Head",
"HeadType",
"HeadSegmentation",
"HeadClassification",
"HeadObjectDetection",
"HeadObjectDetectionSSD",
"HeadYOLO",
"Input",
"PreprocessingBlock",
"Output",
Expand Down
Loading

0 comments on commit 30cf4d3

Please sign in to comment.