dotchen / LAV

(CVPR 2022) A minimalist, mapless, end-to-end self-driving stack for joint perception, prediction, planning and control.
https://dotchen.github.io/LAV/
Apache License 2.0
397 stars 68 forks source link

Data Collection Failed #35

Open JianLiMech opened 1 year ago

JianLiMech commented 1 year ago

Thanks for your great work! It helped me a lot!

But I still have a question: When I run python data_collect.py --num-runners=8 in terminal, it gives me this error:

(pid=raylet)   File "/home/jianli/anaconda3/envs/LAV-env2/lib/python3.7/socket.py", line 752, in getaddrinfo
(pid=raylet)     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
(pid=raylet) socket.gaierror: [Errno -2] Name or service not known

Have anyone met this problem before? Is there anything I could do to solve this problem? Thank you in advance!

dudu23339 commented 10 months ago

Hello,

I am currently exploring the data-collect branch of the LAV repository and have been following the installation instructions outlined in the INSTALL.md file. However, I've noticed that some of the file paths and directories mentioned in the document do not seem to exist in this particular branch.

Specifically, the document refers to certain environment variables and their corresponding paths, but I am unable to locate these paths in the data-collect branch. This has led to some confusion and difficulty in setting up the environment as per the instructions.

Could you please clarify if the INSTALL.md file is up-to-date and accurate for the data-collect branch? If not, could you provide updated instructions or point me to where I can find the correct information?

Thank you for your time and assistance.

SExpert12 commented 3 months ago

@JianLiMech , Are you able to run the data collection file successfully now?