Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot see the Config UI #8

Open
CharlieV5 opened this issue Jul 22, 2023 · 15 comments
Open

Cannot see the Config UI #8

CharlieV5 opened this issue Jul 22, 2023 · 15 comments

Comments

@CharlieV5
Copy link

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 的屏幕截图

@w111liang222
Copy link
Owner

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

@CharlieV5
Copy link
Author

CharlieV5 commented Jul 23, 2023

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

@w111liang222
Copy link
Owner

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.

@CharlieV5
Copy link
Author

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
Copy link
Author

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

@w111liang222
Copy link
Owner

w111liang222 commented Aug 8, 2023

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

@CharlieV5
Copy link
Author

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 的屏幕截图

@w111liang222
Copy link
Owner

It is like an issue of nvidia docker, this link maybe can help you
NVIDIA/nvidia-container-toolkit#154

@RuiYangQuan
Copy link

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.

@XinyuMeng
Copy link

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

@w111liang222
Copy link
Owner

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

@XinyuMeng
Copy link

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-1ubuntu.18.04bionic amd64
  • Ubuntu 18.04.6 LTS

@w111liang222
Copy link
Owner

w111liang222 commented Sep 11, 2023

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-1ubuntu.18.04bionic 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

@XinyuMeng
Copy link

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-1ubuntu.18.04bionic 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.

@w111liang222
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants