Skip to content

Commit

Permalink
Remove unused modules in semantic segmentation (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
supersoob authored Apr 25, 2023
1 parent bc636e8 commit 53d5157
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 1,028 deletions.
2 changes: 0 additions & 2 deletions otx/algorithms/segmentation/adapters/mmseg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

from .datasets import MPASegDataset
from .models import (
ClassIncrEncoderDecoder,
ConstantScalarScheduler,
CrossEntropyLossWithIgnore,
CustomFCNHead,
Expand Down Expand Up @@ -57,6 +56,5 @@
"DetConB",
"CrossEntropyLossWithIgnore",
"SupConDetConB",
"ClassIncrEncoderDecoder",
"MeanTeacherSegmentor",
]
2 changes: 0 additions & 2 deletions otx/algorithms/segmentation/adapters/mmseg/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
StepScalarScheduler,
)
from .segmentors import (
ClassIncrEncoderDecoder,
DetConB,
MeanTeacherSegmentor,
SupConDetConB,
Expand All @@ -43,7 +42,6 @@
"DetConB",
"CrossEntropyLossWithIgnore",
"SupConDetConB",
"ClassIncrEncoderDecoder",
"MeanTeacherSegmentor",
"DetConHead",
]
348 changes: 0 additions & 348 deletions otx/algorithms/segmentation/adapters/mmseg/models/heads/mixin.py

This file was deleted.

Loading

0 comments on commit 53d5157

Please sign in to comment.