hou-yz / MVDet

[ECCV 2020] Codes and MultiviewX dataset for "Multiview Detection with Feature Perspective Transformation".
https://hou-yz.github.io/publication/2020-eccv2020-mvdet
165 stars 29 forks source link

module 'torch' has no attribute 'complex' #21

Open davvvy opened 1 month ago

davvvy commented 1 month ago

Hi,

Thanks for your work first!

I'm trying to inference the code but got some errors

my environment in 3090 GPU: CUDA 11.7 torch-1.10.0+cu111 torchvision 0.11.0+cu111

The first error was: No module named 'torchvision.models.utils' Then I reinstalled by: pip install torch==1.6.0 torchvision==0.7.0

The second error was: module 'torch' has no attribute 'complex' and not solved till now.

Could you please provide the solution? or your torch & torchvision version?

Thanks!