mmdetection
mmdetection copied to clipboard
about api update
Hello,i want to update a project using mmdet 2.2.0 to mmdet 3.3.0.
so how to update the old import to mmdet 3.3.0
# in mmdect 2.2.0
from mmdet.datasets import build_dataset, replace_ImageToTensor
@RangiLyu It seems that many APIs have changed from mmdet 2.x to 3.x, and the same goes for mmcv. Is there a place where we can check the new API?