06 2023 档案
摘要:
# Transfusion复现 CVPR 2022 paper: https://arxiv.org/abs/2203.11496 code: https://github.com/XuyangBai/TransFusion/tree/master > 这是我在配环境中遇到相当难复现的一篇文章,特此
阅读全文

摘要:
## 为什么要归一化? BN是Batch Normalization的缩写,该方法的代表性论文是`“Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift”`,论文中关于
阅读全文

摘要:VSCode Debug配置 Python Debug 需要装插件 pylance 和 python .vscode/launch.json { "version": "0.2.0", "configurations": [ { "name": "Python: demo", "type": "py
阅读全文
摘要:
Song Han, ICRA 2023 paper: https://arxiv.org/abs/2205.13542 code: https://github.com/mit-han-lab/bevfusion.git ## Prepare Dataset ### nuScenes 下载nuSce
阅读全文
