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

请提供所有依赖的版本号 #61

Open StarsTesla opened 10 months ago

StarsTesla commented 10 months ago
Traceback (most recent call last):
  File "viewer.py", line 551, in <module>
    my_app = MyApp(args)
  File "viewer.py", line 168, in __init__
    self.window = app.Window(width=self.viewport_size[0], height=self.viewport_size[1], visible=True, fullscreen=False)
  File "/root/anaconda3/envs/READ/lib/python3.8/site-packages/glumpy/app/__init__.py", line 189, in __new__
    config = configuration.gl_get_configuration()
  File "/root/anaconda3/envs/READ/lib/python3.8/site-packages/glumpy/app/configuration.py", line 352, in gl_get_configuration
    configuration._stereo        = gl.glGetInteger(gl.GL_STEREO)
  File "src/latebind.pyx", line 39, in OpenGL_accelerate.latebind.LateBind.__call__
  File "src/wrapper.pyx", line 303, in OpenGL_accelerate.wrapper.Wrapper.__call__
  File "src/wrapper.pyx", line 88, in OpenGL_accelerate.wrapper.CArgCalculator.c_call
  File "src/wrapper.pyx", line 69, in OpenGL_accelerate.wrapper.CArgCalculatorElement.c_call
  File "src/wrapper.pyx", line 64, in OpenGL_accelerate.wrapper.CArgCalculatorElement.c_call
  File "src/arraydatatype.pyx", line 355, in OpenGL_accelerate.arraydatatype.SizedOutputOrInput.c_call
  File "src/arraydatatype.pyx", line 224, in OpenGL_accelerate.arraydatatype.ArrayDatatype.c_zeros
  File "src/arraydatatype.pyx", line 69, in OpenGL_accelerate.arraydatatype.HandlerRegistry.c_get_output_handler
  File "src/arraydatatype.pyx", line 80, in OpenGL_accelerate.arraydatatype.HandlerRegistry.c_handler_by_plugin_name
  File "/root/anaconda3/envs/READ/lib/python3.8/site-packages/OpenGL/plugins.py", line 18, in load
    return importByName( self.import_path )
  File "/root/anaconda3/envs/READ/lib/python3.8/site-packages/OpenGL/plugins.py", line 45, in importByName
    module = __import__( ".".join(moduleName), {}, {}, moduleName)
  File "/root/anaconda3/envs/READ/lib/python3.8/site-packages/OpenGL/arrays/numpymodule.py", line 28, in <module>
    from OpenGL_accelerate.numpy_formathandler import NumpyHandler
  File "src/numpy_formathandler.pyx", line 1, in init OpenGL_accelerate.numpy_formathandler
ValueError: ('numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject', 1, <OpenGL.platform.baseplatform.glGetIntegerv object at 0x7f066d436880>)