mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
lint problems fixed.
This commit is contained in:
parent
1456a48a0e
commit
70456bbd7c
@ -1,6 +1,6 @@
|
|||||||
|
from .fast_scnn import FastSCNN
|
||||||
from .hrnet import HRNet
|
from .hrnet import HRNet
|
||||||
from .resnet import ResNet, ResNetV1c, ResNetV1d
|
from .resnet import ResNet, ResNetV1c, ResNetV1d
|
||||||
from .resnext import ResNeXt
|
from .resnext import ResNeXt
|
||||||
from .fast_scnn import FastSCNN
|
|
||||||
|
|
||||||
__all__ = ['ResNet', 'ResNetV1c', 'ResNetV1d', 'ResNeXt', 'HRNet', 'FastSCNN']
|
__all__ = ['ResNet', 'ResNetV1c', 'ResNetV1d', 'ResNeXt', 'HRNet', 'FastSCNN']
|
||||||
|
@ -9,7 +9,6 @@ import torch
|
|||||||
import torchvision
|
import torchvision
|
||||||
from mmcv.utils.parrots_wrapper import get_build_config
|
from mmcv.utils.parrots_wrapper import get_build_config
|
||||||
|
|
||||||
|
|
||||||
import mmseg
|
import mmseg
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user