Open erksch opened 4 years ago
That is awesome!
This is so beautiful!. Great job! @erksch
Thank you very much! If you have more ideas for it, feel free to open issues in the repo :)
How do I use it,just run websocket.py?
@huCHENXI123456 Take a look at the README in the project and open issues there if you have any.
@erksch very cool stuff!
For those interested in displaying 3D data from the Waymo Open Dataset without server and frontend dependencies, I have implemented Open3D point cloud viewer. You can find the detailed explanation here. You are kindly welcome to use it:-)
Hello there!
As a small side project to my research on the dataset, I created a small WebGL viewer for the range images of the dataset displayed as point clouds. For anyone who wants to get a nice visualization of the laser data and bounding boxes.
This is the repo: erksch/waymo-open-dataset-viewer
The repo is very easy to set up and includes a small python server that processes and serves segments (.tfrecord files) of the dataset and streams the frames to the viewer.
~Here is live demo that I deployed on a server.~ Edit: I took the live demo down, sorry :( see for yourself :D
Hope you like it :)