Closed TmacTmac1992 closed 1 year ago
Hi, When I train or eval matrixvt, I got an error:
TypeError: init() missing 2 required positional arguments: 'backbone_conf' and 'head_conf'
hi,this is due to model initialization. change this line into
super(BaseBEVDepth, self).__init__()
will help. We'll fix this bug soon, thanks for reporting
Thanks for your quick reply!
Hi, When I train or eval matrixvt, I got an error:
TypeError: init() missing 2 required positional arguments: 'backbone_conf' and 'head_conf'