xy-guo / LIGA-Stereo

Code for LIGA-Stereo Detector, ICCV'21
Apache License 2.0
90 stars 18 forks source link

Wrong versions of both mmcv and mmdet #10

Closed BitandPoly closed 2 years ago

BitandPoly commented 2 years ago

Hello,

Thanks a lot for your wonderful work. I followed the instructions to install mmdet and mmcv. It returned the errors that "cannot import name 'MultiScaleDeformableAttention' from 'mmcv.cnn.bricks.transformer'". It seems that this module is not defined in mmcv.cnn.

I tried other versions, no one can match all the requires of the test repository. Could you please share the versions of mmcv and mmdet that you used in your project.

Thanks in advance. Hoping to hear from you soon.

Best.