We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca03c21 commit e1678c6Copy full SHA for e1678c6
change_detection_pytorch/upernet/model.py
@@ -1,6 +1,6 @@
1
from typing import Optional, Union
2
3
-from ..base import ClassificationHead, SegmentationHead, SegmentationModel, SegmentationOCRHead
+from ..base import ClassificationHead, SegmentationHead, SegmentationModel
4
from ..encoders import get_encoder
5
from .decoder import UPerNetDecoder
6
0 commit comments