mmdetection3d
mmdetection3d copied to clipboard
__init__() got an unexpected keyword argument "backend_args"
hello,! while running the test.py, I always get this error : init() got an unexpected keyword argument "backend_args"
What are the datasets and scripts you ran?
I have the same problem, did you solve it?
I fixed this problem by removing backend_args=backend_args
in val_dataloader
and val_evaluator
.