Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,9 @@ license: odbl
|
|
3 |
---
|
4 |
Converted lidar point clouds(3D) into RGB bird's eye view images(2D) of the Racecar Dataset's multi-slow-poli race scenario. With labels for object (other racecars on the track) detection and trajectory generation/planning.
|
5 |
For more details visit: https://www.kaggle.com/datasets/suwesh/train-im-labeled.
|
|
|
|
|
|
|
|
|
|
|
6 |
Original Racecar Dataset paper link: https://arxiv.org/pdf/2306.03252.pdf
|
|
|
3 |
---
|
4 |
Converted lidar point clouds(3D) into RGB bird's eye view images(2D) of the Racecar Dataset's multi-slow-poli race scenario. With labels for object (other racecars on the track) detection and trajectory generation/planning.
|
5 |
For more details visit: https://www.kaggle.com/datasets/suwesh/train-im-labeled.
|
6 |
+
|
7 |
+
The images are segmented scenes along space-time dimensions with each segmentation covering a scene history of 15 frames.
|
8 |
+
|
9 |
+
The neural network used to perform the segmentations is the Parallel Perception Network ( https://huggingface.co/suwesh/Parallel-Perception-Network ) model's segmentation network.
|
10 |
+
|
11 |
Original Racecar Dataset paper link: https://arxiv.org/pdf/2306.03252.pdf
|