mmdetection3d icon indicating copy to clipboard operation
mmdetection3d copied to clipboard

__init__() got an unexpected keyword argument "backend_args"

Open Chenyang-ZHU opened this issue 1 year ago • 3 comments

hello,! while running the test.py, I always get this error : init() got an unexpected keyword argument "backend_args"

Chenyang-ZHU avatar Apr 20 '23 14:04 Chenyang-ZHU

What are the datasets and scripts you ran?

JingweiZhang12 avatar Apr 21 '23 01:04 JingweiZhang12

I have the same problem, did you solve it?

Lcl159 avatar Jun 25 '23 06:06 Lcl159

I fixed this problem by removing backend_args=backend_args in val_dataloader and val_evaluator.

Zzh-tju avatar Dec 27 '23 00:12 Zzh-tju