second.pytorch icon indicating copy to clipboard operation
second.pytorch copied to clipboard

kittiviewer:error: load kitti info fail, please check your backend!

Open tyjiang1997 opened this issue 6 years ago • 11 comments

Hello, your work has helped me a lot, but I can't load data when using kittiviewer. The error is as follows: image At the same time, the following information is obtained on the server side: image The abckend.py program does not seem to respond: image

tyjiang1997 avatar Sep 28 '19 14:09 tyjiang1997

Got the same I changed backend port to 16666 and it works

mikeedi avatar Oct 03 '19 15:10 mikeedi

Got the same I changed backend port to 16666 and it works Thank you for your reply. But my problem still exists. I think this may be a problem that has nothing to do with the port. My running process is as follows:

  1. Run backend.py on the server: python ./kittiviewer/backend/main.py main
  2. Launch a local web server on the server: cd ./kittiviewer/frontend && python -m http.server
  3. Since I want to see the effect in a local browser, I use the SSH -L command: Ssh -L 16666:127.0.0.1:8000 [email protected] for listening to the local web server. Finally I got the web interface but couldn't load the data. I think the problem lies in the following two sentences: image

tyjiang1997 avatar Oct 04 '19 03:10 tyjiang1997

@traveller59

tyjiang1997 avatar Oct 04 '19 04:10 tyjiang1997

Got the same. I change the code in the main function of /backend/main.py "app.run(host='127.0.0.1', threaded=True, port=port)" to "app.run(host='0.0.0.0', threaded=True, port=port)", and I type "server ip: port" not "127.0.0.1:port" into the "backend" box. It works.

kerwinair avatar Oct 29 '19 02:10 kerwinair

Try to use the same method, but get 'Error code: 404. Message: File not found.' after pressing F12. Any idea what I did wrong? Thanks @kerwinair

HenryJunW avatar Nov 03 '19 18:11 HenryJunW

Did you solve the problem? @LittleYuanzi

HenryJunW avatar Nov 03 '19 18:11 HenryJunW

@traveller59 Hi, There is no GUI in my server. So I try to open "Kitti Viewer Web" on another computer. However, Nothing happened and I got these errors : image

dongqiaqia avatar Mar 13 '20 04:03 dongqiaqia

Try to use the same method, but get 'Error code: 404. Message: File not found.' after pressing F12. Any idea what I did wrong? Thanks @kerwinair

hello ,How do you solve it?I see the same problem

daodaoling avatar Mar 31 '20 05:03 daodaoling

Got the same I changed backend port to 16666 and it works Thank you for your reply. But my problem still exists. I think this may be a problem that has nothing to do with the port. My running process is as follows:

  1. Run backend.py on the server: python ./kittiviewer/backend/main.py main
  2. Launch a local web server on the server: cd ./kittiviewer/frontend && python -m http.server
  3. Since I want to see the effect in a local browser, I use the SSH -L command: Ssh -L 16666:127.0.0.1:8000 [email protected] for listening to the local web server. Finally I got the web interface but couldn't load the data. I think the problem lies in the following two sentences: image

@

Rainfm avatar Jan 01 '22 15:01 Rainfm

@tyjiang1997 , Have you solve this problem?

Rainfm avatar Jan 01 '22 15:01 Rainfm

@traveller59 Hi, There is no GUI in my server. So I try to open "Kitti Viewer Web" on another computer. However, Nothing happened and I got these errors : image

@dongqiaqia Hey, How did you solve this problem? I am facing the same problem.

Hetali-Vekariya avatar Jun 22 '22 19:06 Hetali-Vekariya