MarSaKi / ETPNav

[TPAMI 2024] Official repo of "ETPNav: Evolving Topological Planning for Vision-Language Navigation in Continuous Environments"
MIT License
189 stars 19 forks source link

No such file or directory: 'data/connectivity_graphs.pkl' #11

Closed Tokishx closed 2 weeks ago

Tokishx commented 2 weeks ago

I wanted to save the navigation results as video, so I changed the yaml configuration as: VIDEO_OPTION = [tensorboard,disk]

However, it got an error during running: "No such file or directory: 'data/connectivity_graphs.pkl' "

So where can I get this pkl file?

Tokishx commented 2 weeks ago

I had found it in https://github.com/jacobkrantz/VLN-CE/

thanks a lot