Megvii-BaseDetection / BEVDepth

Official code for BEVDepth.
MIT License
688 stars 96 forks source link

MatrixVT config issue #121

Closed TmacTmac1992 closed 1 year ago

TmacTmac1992 commented 1 year ago

Hi, thanks for your awesome work and open-sources the code! I got an issue when training MatrixVT, bev_depth_lss_r50_256x704_128x128_24e_ema_cbgs is not found.

form bevdepth.exps.nuscenes.mv.bev_depth_lss_r50_256x704_128x128_24e_ema_cbgs import BEVDepthLightningModel as BaseExp

ZRandomize commented 1 year ago

please import the experiment from "bevdepth.exps.nuscenes.mv.bev_depth_lss_r50_256x704_128x128_24e_ema", we'll fix this problem soon