Commit
·
eedae63
1
Parent(s):
5c78a39
Update readme
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ pretty_name: COSMOS Trajectory
|
|
11 |
|
12 |
## Description
|
13 |
|
14 |
-
This dataset comprises real-world pedestrian and vehicle trajectories collected from the [COSMOS Testbed](https://www.cosmos-lab.org/). The trajectories are captured at an intersection in New York City using a high-elevation camera
|
15 |
|
16 |
Complete trajectories of 176,000 pedestrians and 215,000 vehicles, suitable for statistical analyses. In the context of trajectory forecasting, the dataset offers 510k pedestrian and 250k vehicle trajectories collected over a 30-day period. They are processed into 10k segments of 20-frame (8 seconds) scenes for model training and evaluation.
|
17 |
|
|
|
11 |
|
12 |
## Description
|
13 |
|
14 |
+
This dataset comprises real-world pedestrian and vehicle trajectories collected from the [COSMOS Testbed](https://www.cosmos-lab.org/). The trajectories are captured at an intersection in New York City using a high-elevation camera using the tracking-by-detection paradigm with a fine-tuned [YOLOv8](https://docs.ultralytics.com/models/yolov8/) object detection model and the [BoT-SORT](https://github.com/NirAharon/BoT-SORT) tracking algorithm.
|
15 |
|
16 |
Complete trajectories of 176,000 pedestrians and 215,000 vehicles, suitable for statistical analyses. In the context of trajectory forecasting, the dataset offers 510k pedestrian and 250k vehicle trajectories collected over a 30-day period. They are processed into 10k segments of 20-frame (8 seconds) scenes for model training and evaluation.
|
17 |
|