yichen928 / SparseFusion

[ICCV 2023] SparseFusion: Fusing Multi-Modal Sparse Representations for Multi-Sensor 3D Object Detection
Apache License 2.0
198 stars 19 forks source link

AttributeError: 'DataContainer' object has no attribute 'shape' #8

Closed BoomSky0416 closed 1 year ago

BoomSky0416 commented 1 year ago

I encounter this error during inference. Here is my env. image

yichen928 commented 1 year ago

Hi Thanks for your interest. I did not encounter this error. Can you share more details such as the error message or the concrete line causing this error?

BoomSky0416 commented 1 year ago

Thanks for your response. Here is the screenshot of the error message. image

yichen928 commented 1 year ago

Can you check that 1) Are you using PyTorch 1.7 now? 2) Are your GPUs available by checking torch.cuda.is_available()?

BoomSky0416 commented 1 year ago

Oh, my Pytorch version is 1.9.0

yichen928 commented 1 year ago

Please consider re-installing your environment with PyTorch 1.7