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

at::Tensor::index_put_ error when setup package #65

Open lw921014 opened 1 year ago

lw921014 commented 1 year ago

Thanks for your error report and we appreciate it a lot.

Describe the bug When I setup our mmdet3d using
python setyp.py install we meet an an error In here, show as following image

when I change it as following coors_map.index_put_({coors_id_argsort}, coors_map_sorted); it's ok.

Environment image

Quesiton Do we have some solid requirments about torch version except that show in here ?