flyflyfly0120

Results 1 comments of flyflyfly0120

I solved the problem by change the code in /mmdet3d/models/vtransforms/base.py ,delete mats_dict 2 place line 349 `x = self.get_cam_feats(img, depth, mats_dict)`change to `x = self.get_cam_feats(img, depth)` and line 222 around...