open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.15k stars 9.39k forks source link

[Bug] Import error about 'mmdet.utils.typing' in mmdet/models/detectors/condinst.py #9375

Closed JingweiZhang12 closed 1 year ago

JingweiZhang12 commented 1 year ago

Prerequisite

Task

I'm using the official example scripts/configs for the officially supported tasks/models/datasets.

Branch

3.x branch https://github.com/open-mmlab/mmdetection/tree/3.x

Environment

1.9

Reproduces the problem - code sample

https://github.com/open-mmlab/mmdetection/blob/dev-3.x/mmdet/models/detectors/condinst.py#L4

Reproduces the problem - command or script

no

Reproduces the problem - error message

no

Additional information

No response

BIGWangYuDong commented 1 year ago

Thank for your report, we will fix ASAP

RangiLyu commented 1 year ago

fixed in https://github.com/open-mmlab/mmdetection/pull/9376