Closed LMerCy closed 1 year ago
Yes, the bev-encoder from bevdepth performs slightly worse than the transformer encoder. You can refer to the 3D ResNet-16 entry in the ablation study on encoders (Table 4).
Yes, the bev-encoder from bevdepth performs slightly worse than the transformer encoder. You can refer to the 3D ResNet-16 entry in the ablation study on encoders (Table 4).
Thanks for your work! Could you provide a config of this?
Sure.
You can check occformer_3dconv.zip, which includes the config, the 3d resnet module, and our training log from the previous implementation.
occformer_3dconv.zip
Thanks!
Have you ever try origin bev_encoder of bevdepth, how about it's performance?