naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
785 stars 206 forks source link

网页进入后空白,求教一下,怎么解决的? #145

Open liu-b-s opened 1 year ago

liu-b-s commented 1 year ago
          我也遇到同样问题,求教一下,怎么解决的?

Originally posted by @liu-b-s in https://github.com/naurril/SUSTechPOINTS/issues/132#issuecomment-1477225254

15221627229 commented 1 year ago

看一下是不是坐标系没有选择lidar

liu-b-s commented 1 year ago

看一下是不是坐标系没有选择lidar

还没到加载那一步,刚初始化,进入网页一片空白

planjio commented 1 year ago

看一下是不是你的点云单位是毫米,如果是的话可以用open3d放射变换缩小一千倍然后再加载

zzwwr commented 1 year ago

请问解决了吗,我也遇到了相同的问题

naurril commented 1 year ago

看一下前端的console有没有报错,建议用chrome浏览器试试

brillint commented 8 months ago

看一下前端的console有没有报错,建议用chrome浏览器试试

[17/Oct/2023:14:24:14] ENGINE Listening for SIGTERM. [17/Oct/2023:14:24:14] ENGINE Bus STARTING CherryPy Checker: The config entry 'auth.require' is invalid, because the 'auth' config namespace is unknown. section: [/views]

CherryPy Checker: 'F:\SUSTechPOINTS-dev-auto-annotate_new\./temp' (root + dir) is not an existing filesystem path. section: [/temp] root: 'F:\SUSTechPOINTS-dev-auto-annotate_new' dir: './temp'

CherryPy Checker: 'F:\SUSTechPOINTS-dev-auto-annotate_new\./views' (root + dir) is not an existing filesystem path. section: [/views] root: 'F:\SUSTechPOINTS-dev-auto-annotate_new' dir: './views'

CherryPy Checker: 'F:\SUSTechPOINTS-dev-auto-annotate_new\./assets' (root + dir) is not an existing filesystem path. section: [/assets] root: 'F:\SUSTechPOINTS-dev-auto-annotate_new' dir: './assets'

[17/Oct/2023:14:24:14] ENGINE Set handler for console events. [17/Oct/2023:14:24:14] ENGINE Started monitor thread 'Autoreloader'. [17/Oct/2023:14:24:14] ENGINE Serving on http://0.0.0.0:8081 [17/Oct/2023:14:24:14] ENGINE Bus STARTED 127.0.0.1 - - [17/Oct/2023:14:25:50] "GET / HTTP/1.1" 200 51696 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" 后台报这个错误

2020427933 commented 8 months ago

遇到同样的问题,怎么解决啊?