Open Zjz999hbq opened 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.
Thanks for your timely response and I will try again!
@Zjz999hbq Have you figured out? I got stuck as well
This problem hasn't been solved. This environment instruction is terrible !
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.
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!
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
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
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!