atonderski / neuro-ncap

NeuroNCAP benchmark for end-to-end autonomous driving
https://research.zenseact.com/publications/neuro-ncap/
MIT License
140 stars 4 forks source link

neurad-studio and UniAD repository #6

Open AromaticJ opened 3 weeks ago

AromaticJ commented 3 weeks ago

Hello, Follow your 'how-to-run' doc:

git clone git@github.com:georghess/neurad-studio.git ../neurad-studio
git clone git@github.com:wljungbergh/UniAD.git ../UniAD
# (and download weights according to UniAD README)

error occured as

git clone git@github.com:georghess/neurad-studio.git ../neurad-studio
Cloning into '../neurad-studio'...
ssh: Could not resolve hostname github.com: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

git clone git@github.com:wljungbergh/UniAD.git ../UniAD
Cloning into '../UniAD'...
ssh: Could not resolve hostname github.com: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Can you make sure those repository are available ?

atonderski commented 3 weeks ago

The repositories are available. I think the error you are seeing indicates that you cannot access github.com from your network? However it may be better to clone over https, I updated the commands in readme.

Let me know if you can get it to work!