Skip to content

Jittor/JAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction (介绍)

JAD, namely Jittor Autonomous Driving, is an open-source repository for autonomous driving based on Jittor. It covers the state-of-the-art of autonomous driving methods in perception, prediction and end-to-end planning.

JAD是一个基于Jittor国产深度学习框架的自动驾驶库。JAD涵盖了最前沿的自动驾驶感知、预测、端到端决策系列算法的实现与预训练权重。

UniAD.mp4

Model Zoo (模型仓库)

✔️Supported(已支持) 🕒Doing(正在开发) ➕TODO (待办)

Perception(感知)

  • 3D Object Detection (3D 目标检测)

✔️Supported BEVFormer in 3D-Perception/BEVFormer

BEVFormer is a state-of-the-art Transformer based multi-view image encoder, designed for 3D perception, which is selected as one of ECCV 2022 Top-10 Influential Papers and the 100 most cited AI papers in 2022.

BEVFormer是目前最前沿的基于Transformer的多视角图片融合3D感知方案。BEVFormer是ECCV 2022最具影响力的论文之一,是2022年被引前100的AI论文。

BEVFormer.mp4
  • Online Mapping (在线建图)

🕒Doing [MapTR]https://arxiv.org/abs/2208.14437)

Prediction(预测)

  • Motion Prediction (轨迹预测)

✔️Supported MTR in Motion-Prediction/MTR

MTR is a state-of-the-art Transformer based motion prediction method. It is the oral presentation of NeurIPS 2022 and its variants have dominated the leaderboard of Waymo Motion, Waymo Interactive, and Waymo Sim Agent. It is also widely used in industry.

MTR是前沿的基于Transformer的预测算法,获NeurIPS 2022上口头汇报的荣誉。MTR及其变体是Waymo Motion, Waymo Interactive, and Waymo Sim Agent等系列榜单上性能最好的算法。MTR也广泛被工业界采用。

teaser

Planning (规控)

  • End-to-End Autonomous Driving (端到端自动驾驶)

✔️Supported UniAD in E2E-AD/UniAD.

UniAD is a state-of-the-art Transformed based end-to-end autonomous driving methods, which won the IEEE CVPR 2023 Best Paper Award. UniAD has a large impact both in academia and industry, including the recent rollout to customers by Tesla in FSD V12.

UniAD是前沿的基于Transformer的端到端自动驾驶算法,获得了CVPR 2023最佳论文。UniAD在学术界与工业界都有着巨大的影响力,包括特斯拉最新的FSD V12采用了端到端自动驾驶方案。

UniAD.mp4

Contact Us (联系我们)

Website: http://cg.cs.tsinghua.edu.cn/jittor/

Email: [email protected] & [email protected]

File an issue: https://github.com/Jittor/JAD/issues

QQ Group: 761222083

Team (团队)

JAD, as a sub-project under Tsinghua University Jittor project, is its strategic layout and expansion in the field of autonomous driving. It is an open-source repository initiated by SJTU-ReThinkLab and jointly maintained with the CSCG Group at Tsinghua University.

Feel free to request support for new models and contribute to JAD. We are thrilled to co-build the Jittor + Autonomous Driving ecosystem and grow together.

JAD作为清华大学计图官方项目在自动驾驶领域的布局和扩展,是由上海交通大学ReThinkLab发起,与清华大学CSCG组共同维护的开源代码库。

欢迎提出希望得到支持的模型以及贡献自己的模型。我们很高兴能与社区一起共建国产深度学习框架Jittor + 自动驾驶的生态,共同成长。

Citation (引用)

@article{hu2020jittor,
  title={Jittor: a novel deep learning framework with meta-operators and unified graph execution},
  author={Hu, Shi-Min and Liang, Dun and Yang, Guo-Ye and Yang, Guo-Wei and Zhou, Wen-Yang},
  journal={Science China Information Sciences},
  volume={63},
  number={222103},
  pages={1--21},
  year={2020}
}

Acknowledgement (鸣谢)

  1. Jittor
  2. mmcv
  3. BEVFormer
  4. MTR
  5. UniAD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages