1 Star 0 Fork 0

zhaoliang111 / CenterPoint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DEVELOP.md 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
tianweiy 提交于 2021-04-13 00:35 . add docs

Develop

This document provide tutorials to develop CenterPoint.

New dataset

TODO

New Task

  • If you interested in developing tracking algorithms based on our detection results, please refer to NUSC and WAYMO. For more advanced tasks like motion prediction, you may need to store the final bev feature map computed here.

  • You will also need to add files to det3d/datasets/pipelines/preprocess.py to specify the data generation during training and training.

  • You may also need to change the collate function in collate.py and data_loading function in trainer.py

New Architecture

Please add any 3D backbone in det3d/models/backbones, any 2D backbones in det3d/models/necks, and any two-stage refinement modules in det3d/models/second_stage.

If you have any suggestions for improving this codebase for development, please open an issue or send us an email.

1
https://gitee.com/zhaoliang121/CenterPoint.git
git@gitee.com:zhaoliang121/CenterPoint.git
zhaoliang121
CenterPoint
CenterPoint
master

搜索帮助