XuyangBai / TransFusion

[PyTorch] Official implementation of CVPR2022 paper "TransFusion: Robust LiDAR-Camera Fusion for 3D Object Detection with Transformers". https://arxiv.org/abs/2203.11496
Apache License 2.0
619 stars 76 forks source link

Wrong link to data_preparation.md in README.md #9

Closed cindyasucu closed 2 years ago

cindyasucu commented 2 years ago

In the https://github.com/XuyangBai/TransFusion/blob/master/README.md, at the section of https://github.com/XuyangBai/TransFusion#use-transfusion-->Benchmark Evaluation and Training, the link pointed to by getting_started.md is wrong, right now it points to the README.md itself, shall it point to https://github.com/XuyangBai/TransFusion/blob/master/docs/data_preparation.md?

XuyangBai commented 2 years ago

Thanks a lot, I have fixed it.