Visualization Code
Hi In https://arxiv.org/pdf/1806.02724.pdf, there are some visualizations of the predicted trajectories in Fig 4. Is the code to generate these available?
Hi, we used a Jupyter notebook to visualize the trajectories. Here is the notebook we used: https://gist.github.com/ronghanghu/d250f3a997135c667b114674fc12edae
Thanks a lot! Do you also have a notebook for the top down trajectory views?
For that part, we don't have an automated script to generate them (but we loaded them in web browser and screenshot them).
This 3D.zip is a javascript webGL script from Peter Anderson (the Room-to-Room dataset author) to load the Matterport3D meshgrid, and we used it for our top-down visualization.
Thanks! In case you have any other ad hoc scripts for visualization and error analysis, it would be really helpful!
Also, how have you used the 3D.zip to visualize true vs predicted paths?
Hi @ronghanghu, I would like to second the request here. Can you give a little more instructions on how to use the 3D.zip code to visualize the top-down view? Thanks!
Hi, to run the 3D visualizer, one would need to:
- download the meshgrid data of Matterport3D
- add the .js extension to files in the js directory
- set data and file paths in
js/CheckConnectivity.jsto your local directories with the textured meshes and connectivity graphs - start a local http server with something like
python -m SimpleHTTPServer, and browse to http://localhost:8000/connectivity.html
It should be possible to move around the environment by dragging the screen and clicking blue cylinders. (The code is quite hacky -- it tries to load the whole environment textured mesh in the browser - for large environments, this can take a long time or crash.)
Hello @ronghanghu, I tried to run the 3D visualizer but I cant find the file mesh_names.json which is needed in CheckConnectivity.js. Do you know where I can download it?
Thanks!
@michelm117 Hi, did you find the mesh_names.json files finally? I am also confused with this problem.
I want to generate pano images from skybox but I don't know how. Can someone help?
Hello @ronghanghu, I tried to run the 3D visualizer but I cant find the file mesh_names.json which is needed in CheckConnectivity.js. Do you know where I can download it?
Thanks!
Same issue here. Has anyone been able to get that mesh_names.json file?
Hi, we used a Jupyter notebook to visualize the trajectories. Here is the notebook we used: https://gist.github.com/ronghanghu/d250f3a997135c667b114674fc12edae
Hi,the website providing trajectory data cannot be accessed.
panorama trajectories available in
http://gpu.ronghanghu.com/misc/text_navi/eval_outputs/selfplay_glove_sample_pragmatics_40_state_factored/

Hello @ronghanghu, I tried to run the 3D visualizer but I cant find the file mesh_names.json which is needed in CheckConnectivity.js. Do you know where I can download it? Thanks!
Same issue here. Has anyone been able to get that mesh_names.json file?
Hi! I met the same problem. Have you found out how to visualize the top-down map, connectivities and the predicted trajectories?
Thanks a lot!
你好@ronghanghu, 我尝试运行 3D 可视化工具,但找不到_CheckConnectivity.js_中所需的文件_mesh_names.json_。你知道我可以在哪里下载吗? 谢谢!__
这里同样的问题。有人能够获取该 mesh_names.json 文件吗?
你好!我遇到了同样的问题。您是否知道如何可视化自上而下的地图、连接性和预测轨迹?
多谢!
the same problem .. Hope some one to help.