JOP-Lee / READ

AAAI2023,implementation of "READ: Large-Scale Neural Scene Rendering for Autonomous Driving", the experimental results are significantly better than Nerf-based methods
https://github.com/JOP-Lee/READ-Large-Scale-Neural-Scene-Rendering-for-Autonomous-Driving
GNU General Public License v2.0
447 stars 55 forks source link

why I run src/train.py but still get the error about headless? #43

Closed LZL-CS closed 1 year ago

LZL-CS commented 1 year ago

Hi, when I run src/train.py but still get the error:

[w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [w] b'The GLFW library is not initialized' [x] Window creation failed

May I know how to resolve this issue?

Sylvia6 commented 1 year ago

Maybe you need to add --headless instruction to start the headless training mode. From above you are using glfw mode.