HDMapNet
HDMapNet copied to clipboard
arguments do not match
It seems that the arguments do not match for LiftSplat. Do you carry out experiments of LiftSplat on this codebase?
Even I change the argument to using data_conf only, there are still more bugs.
- BevEncode: outC=data_conf['num_channels']
- self.camencode = CamEncode(self.camC)
- Then RuntimeError: shape '[8, 6, 1, 1, 1, 3]' is invalid for input of size 655360 in get_geometry points = self.frustum - post_trans.view(B, N, 1, 1, 1, 3)
same problem, lots of bugs in LiftSplat, seems like update HDMapNet without change them.
I'd like to suggest your guys to check the original code of LSS, We re-implement it as a FoV to BeV encoder and get satisfying results.