File size: 868 Bytes
e06b0f9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Processed Waymo Dataset
This dataset contains processed Waymo Open Dataset files for 3D semantic segmentation.
## Dataset Contents
This dataset contains processed Waymo Open Dataset files:
- Point clouds (coord.npy)
- Semantic segmentation labels (segment.npy)
- Intensity/strength information (strength.npy)
- Pose information (pose.npy)
- Points per lidar information (points_per_lidar.npy)
- Metadata about all scenes (metadata.parquet)
## Processing
This data was processed using the Pointcept framework's Waymo preprocessing tools.
- Original data source: [Waymo Open Dataset](https://waymo.com/open/download/)
- Processing framework: [Pointcept](https://github.com/Pointcept/Pointcept)
## License
This dataset follows the Waymo Open Dataset license for non-commercial use.
See the [Waymo Open Dataset License](https://waymo.com/open/terms/) for details. |