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
613 stars 76 forks source link

The links to TransFusionL model don't work #83

Open Huxwell opened 1 year ago

Huxwell commented 1 year ago

Hey, I am trying to download weights for TransFusion model L, but the links are dead: https://github.com/XuyangBai/TransFusion/blob/master/docs/model_zoo.md

I.e. https://github.com/XuyangBai/TransFusion/blob/master/configs/configs/transfusion_nusc_pillar_L.py https://github.com/XuyangBai/TransFusion/blob/master/configs/configs/transfusion_nusc_voxel_L.py result in 404 error

wqueree commented 1 year ago

These can be found here:

https://github.com/XuyangBai/TransFusion/blob/master/configs/transfusion_nusc_pillar_L.py https://github.com/XuyangBai/TransFusion/blob/master/configs/transfusion_nusc_voxel_L.py

The link in the documentation is broken I think.

wqueree commented 1 year ago

See #86. Fixed in PR #87.