lidar-slam-detection icon indicating copy to clipboard operation
lidar-slam-detection copied to clipboard

Cannot see the Config UI

Open CharlieV5 opened this issue 1 year ago • 15 comments

Hi, I'm trying to test your program following the instructions here : https://github.com/w111liang222/lidar-slam-detection/blob/main/docs/slam.md When I launch the LSD and open localhost:config , I cannot change the setting about mapping & localization. I just see the waiting page, as the picture below 2023-07-22 17-27-22 的屏幕截图 2023-07-22 17-28-04 的屏幕截图

CharlieV5 avatar Jul 22 '23 09:07 CharlieV5

Hi, What's the gpu card you use? The program was blocked when import the slam module.

You can try the "15liangwang/auto-ipu" docker image which is the non-cuda version

w111liang222 avatar Jul 23 '23 12:07 w111liang222

The GPU is RTX2060. The nVidia drivers and cuda have been installed. Maybe I will try non-cuda version, later.

CharlieV5 avatar Jul 23 '23 12:07 CharlieV5

The SM80+ GPU is required by libspconv and the RTX2060 is SM76, you can check it from https://developer.nvidia.com/cuda-gpus. So, we recommend to use the non-cuda version to test the LSD.

w111liang222 avatar Jul 24 '23 03:07 w111liang222

The SM80+ GPU is required by libspconv and the RTX2060 is SM76, you can check it from https://developer.nvidia.com/cuda-gpus. So, we recommend to use the non-cuda version to test the LSD.

Thank you! I'll try later.

CharlieV5 avatar Jul 25 '23 03:07 CharlieV5

Hi, @w111liang222 trying to use non-cuda docker, but now failed to start the docker container: 2023-08-07 20-54-18 的屏幕截图

CharlieV5 avatar Aug 07 '23 12:08 CharlieV5

Sorry, I didn't encounter this problem, did you remove the "--gpus all" when you start the container

w111liang222 avatar Aug 08 '23 06:08 w111liang222

Sorry, I didn't encounter this problem, did you remove the "--gpus all" when you start the container

With or without "--gpus all" are both tried. 2023-08-08 17-30-46 的屏幕截图

CharlieV5 avatar Aug 08 '23 09:08 CharlieV5

It is like an issue of nvidia docker, this link maybe can help you https://github.com/NVIDIA/nvidia-container-toolkit/issues/154

w111liang222 avatar Aug 08 '23 13:08 w111liang222

The SM80+ GPU is required by libspconv and the RTX2060 is SM76, you can check it from https://developer.nvidia.com/cuda-gpus. So, we recommend to use the non-cuda version to test the LSD.

Hi, I'm experiencing the same problem, when I open localhost:config GUI keeps loading without displaying, both cuda version and non-cuda version I've tried.

RuiYangQuan avatar Aug 21 '23 07:08 RuiYangQuan

Hello, would you like to ask if your problem has been solved? I would like to share your experience. Because I encountered a similar problem to yours, my GPU model is RTX3070, and the error interface is the same as yours. Looking forward to your reply

XinyuMeng avatar Sep 08 '23 03:09 XinyuMeng

Hello, this issue maybe caused by the host software environment, the details of the host that we test LSD are:

  • Ubuntu18.04
  • docker-compose/bionic,now 1.17.1-2 all
  • nvidia-docker2/bionic 2.13.0-1 all
  • GPU: RTX3090

You can check it if the version is mismatch

w111liang222 avatar Sep 08 '23 08:09 w111liang222

Hello, this issue maybe caused by the host software environment, the details of the host that we test LSD are:

  • Ubuntu18.04
  • docker-compose/bionic,now 1.17.1-2 all
  • nvidia-docker2/bionic 2.13.0-1 all
  • GPU: RTX3090

You can check it if the version is mismatch

Hello, below is my environment information. It seems that only the GPU version is inconsistent with yours. I would like to ask you, how should I solve this problem next? Are there any examples of successful running of your code on the GPU model RTX3070? Thanks again

  • nvidia-docker2 2.13.0-1 all nvidia-docker CLI wrapper
  • docker-compose 1.17.1-2 all
  • docker-compose-plugin 2.18.1-1~ubuntu.18.04~bionic amd64
  • Ubuntu 18.04.6 LTS

XinyuMeng avatar Sep 11 '23 01:09 XinyuMeng

Hello, this issue maybe caused by the host software environment, the details of the host that we test LSD are:

  • Ubuntu18.04
  • docker-compose/bionic,now 1.17.1-2 all
  • nvidia-docker2/bionic 2.13.0-1 all
  • GPU: RTX3090

You can check it if the version is mismatch

Hello, below is my environment information. It seems that only the GPU version is inconsistent with yours. I would like to ask you, how should I solve this problem next? Are there any examples of successful running of your code on the GPU model RTX3070? Thanks again

  • nvidia-docker2 2.13.0-1 all nvidia-docker CLI wrapper
  • docker-compose 1.17.1-2 all
  • docker-compose-plugin 2.18.1-1~ubuntu.18.04~bionic amd64
  • Ubuntu 18.04.6 LTS

I don't have RTX3070, so I only test the lsd with RTK3090. But the RTX3090 is similar to 3070, lsd should be able to run on both. Did you try the non-cuda docker image (15liangwang/auto-ipu) to check if the problem is caused by the GPU

w111liang222 avatar Sep 11 '23 06:09 w111liang222

Hello, this issue maybe caused by the host software environment, the details of the host that we test LSD are:

  • Ubuntu18.04
  • docker-compose/bionic,now 1.17.1-2 all
  • nvidia-docker2/bionic 2.13.0-1 all
  • GPU: RTX3090

You can check it if the version is mismatch

Hello, below is my environment information. It seems that only the GPU version is inconsistent with yours. I would like to ask you, how should I solve this problem next? Are there any examples of successful running of your code on the GPU model RTX3070? Thanks again

  • nvidia-docker2 2.13.0-1 all nvidia-docker CLI wrapper
  • docker-compose 1.17.1-2 all
  • docker-compose-plugin 2.18.1-1~ubuntu.18.04~bionic amd64
  • Ubuntu 18.04.6 LTS

I don't have RTX3070, so I only test the lsd with RTK3090. But the RTX3090 is similar to 3070, lsd should be able to run on both. Did you try the non-cuda docker image (15liangwang/auto-ipu) to check if the problem is caused by the GPU

Yes, I have tested the non-cuda docker image (15liangwang/auto-ipu) version and it can be displayed normally.

XinyuMeng avatar Sep 11 '23 07:09 XinyuMeng

@XinyuMeng Hi, did you solve this issue(no responce when use the cuda version image)? If yes, can you tell me how to solve it because others also encounter this issue.

w111liang222 avatar Sep 21 '23 13:09 w111liang222