-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualization Code #8
Comments
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:
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, 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? |
Same issue here. Has anyone been able to get that mesh_names.json file? |
Hi,the website providing trajectory data cannot be accessed. panorama trajectories available inhttp://gpu.ronghanghu.com/misc/text_navi/eval_outputs/selfplay_glove_sample_pragmatics_40_state_factored/ |
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! |
the same problem .. Hope some one to help. |
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?
The text was updated successfully, but these errors were encountered: