duanyiqun / DiffusionDepth

PyTorch Implementation of introducing diffusion approach to 3D depth perception ECCV 2024
https://arxiv.org/abs/2303.05021
Apache License 2.0
306 stars 17 forks source link

mm version incompatiable error #19

Open Zjz999hbq opened 1 year ago

Zjz999hbq commented 1 year ago

Hi,there,first thanks for your excellent work and the open-source code. I encountered some issues while configuring the environment.After installing the mmdet3d according to readme.md, I always receive an incompatiable version error when installing "mm--" related libraries.It seems that I cannot find the specific compatiable versions of these libraries.Can you provoide the specific version information of these libraries? Thanks very much!

duanyiqun commented 1 year ago

I think I just used the MMDetection3D V1.1.0rc1 Release Pre-release. You might want directly check the warning message to see the valid range, upgrading/degrading to that version will solve this problem.

Zjz999hbq commented 1 year ago

Thanks for your timely response and I will try again!

kfzyqin commented 1 year ago

@Zjz999hbq Have you figured out? I got stuck as well

PhoenixZ810 commented 1 year ago

This problem hasn't been solved. This environment instruction is terrible !

Huskie377 commented 1 year ago

I use the version of MMdetection3D v1.0.0rc1,and adjust the version of mmdetctionversion,MMsegmentation and mmcv-full to suit MMdetection3Dv1.0.0rc1. but there are still have version conflict. I hope i can get the correct version to run the code .Thanks.

weijielyu commented 1 year ago

Thanks for this great work! From the mmdetection3d document here I found that MMDetection3D V1.1.0rc1 shouldn't be compatible with the versions of mmcv, mmdet and mmseg stated in requirement.txt. I wonder if you can provide an updated and feasible version of mm packages for reference? Thank you!

mynobody commented 1 year ago

mmdetection3d-1.0.0.dev0 works for me. mmcv-full=1.4.0 mmdet= 2.19.0 mmdet3d=1.0.0rc0
mmsegmentation=0.20.0 cuda=10.1

iris0329 commented 9 months ago

I solved the issue by using the mentioned mmdet3d version

mmcv-full=1.5.0
mmdet= 2.19.0
mmdet3d=1.1.0rc1
mmsegmentation=0.20.0
cuda=11.3

When meeting error, just comment the scannet-related code

image