mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

about api update

Open jiuxuanth opened this issue 1 year ago • 1 comments

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

jiuxuanth avatar Jul 11 '24 13:07 jiuxuanth

@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?

LeoLai0926 avatar Sep 30 '24 16:09 LeoLai0926