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
449 stars 55 forks source link

what's the python pkg version? #56

Open heatMa opened 1 year ago

heatMa commented 1 year ago

I meet some error seems like pkg version is not correct, like numpy PyOpenGL. Could you print your environment pkg version in this command? image

pip install \
    numpy \
    pyyaml \
    tensorboardX \
    munch \
    scipy \
    matplotlib \
    Cython \
    PyOpenGL \
    PyOpenGL_accelerate \
    trimesh \
    huepy \
    pillow \
    tqdm \
    scikit-learn