DiffusionDepth icon indicating copy to clipboard operation
DiffusionDepth copied to clipboard

mm version incompatiable error

Open Zjz999hbq opened this issue 2 years ago • 8 comments

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!

Zjz999hbq avatar Apr 25 '23 16:04 Zjz999hbq

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.

duanyiqun avatar Apr 26 '23 12:04 duanyiqun

Thanks for your timely response and I will try again!

Zjz999hbq avatar Apr 27 '23 02:04 Zjz999hbq

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

kfzyqin avatar Apr 28 '23 12:04 kfzyqin

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

PhoenixZ810 avatar May 17 '23 15:05 PhoenixZ810

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.

Huskie377 avatar Jun 30 '23 02:06 Huskie377

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!

weijielyu avatar Sep 19 '23 09:09 weijielyu

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

mynobody avatar Nov 07 '23 13:11 mynobody

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

iris0329 avatar Feb 05 '24 09:02 iris0329