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

Error when I run the train.py #37

Closed LZL-CS closed 1 year ago

LZL-CS commented 1 year ago

Hi, when I run the train.py I got the error: `/public/home/luanzl/anaconda3/envs/READ/bin/python3.9 /public/home/luanzl/.pycharm_helpers/pydev/pydevd.py --multiprocess --qt-support=auto --client localhost --port 39309 --file /public/home/luanzl/WorkSpace/READ/train.py Connected to pydev debugger (build 223.8836.43) experiment dir: data/logs/03-21_19-10-01___

May I know how to resolve this error, hope for your reply, thanks!

WoodwindHu commented 1 year ago

Hi, I had the same problem as you, did you solve it?

LZL-CS commented 1 year ago

Hi, I had the same problem as you, did you solve it?

Hi, sorry for the late reply. I finally used the MobaXterm on Windows with an X-server to connect my remote server to successfully run READ train.py.