-
Notifications
You must be signed in to change notification settings - Fork 8
Data Visualization
Yuewei Fu edited this page Jun 27, 2022
·
7 revisions
To visualize the data you may have to install the following dependencies.
Open3d
PIL
psutil
matplotlib
empy
catkin_pkg
rospkg
To use the prediction function, you should have ROS installed.
-
- Given a source directory, loads point clouds and transforms by their pose to world coordinates.
- Iterates through frames, adding point clouds without removing previous ones.
- The result is a scene with occlusions and traces, however it can be used to test the point clouds and coordinate transformations.
-
- Visualize completed semantic scene in either Cylindrical or Cartesian coordinates.
- Samples points from each valid cell, and displays a colored point cloud in Open3D.
- Also loads a bird's eye view image for each frame to verify the scene is correct.
-
- Similar to VisualizeScene.py, however visualizes semantic mapping data, which includes an extra split.
- Not directly used for MotionSC.
-
- Visualize raw sensor data before processed into a semantic scene.
- Transforms all sensors to world coordinates, then displays the union of all semantic point clouds in Open3D.
- Used to check all sensors.
-
- ROS Node for visualizing all baseline model predictions simultaneously with ground truth bird's eye view image.