Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# DronePathTracker
|
9 |
+
|
10 |
+
tags: Navigation, Path, Anomaly Detection
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:** The 'DronePathTracker' dataset contains time-stamped GPS coordinates of drone flight paths, labeled with their respective flight phases and anomalies. It's designed to support machine learning models for drone navigation and anomaly detection in drone trajectory data.
|
15 |
+
|
16 |
+
|
17 |
+
**CSV Content Preview:**
|
18 |
+
|
19 |
+
```
|
20 |
+
|
21 |
+
timestamp,latitude,longitude,altitude,label
|
22 |
+
|
23 |
+
2023-01-01 08:00:00,34.052235,-118.243683,30,takeoff
|
24 |
+
|
25 |
+
2023-01-01 08:05:00,34.052500,-118.243900,35,climb
|
26 |
+
|
27 |
+
2023-01-01 08:10:00,34.053000,-118.244000,40,level
|
28 |
+
|
29 |
+
2023-01-01 08:15:00,34.054000,-118.244200,38,dip
|
30 |
+
|
31 |
+
2023-01-01 08:20:00,34.055000,-118.244500,37,dip
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
**Source of the data:**
|
36 |
+
|
37 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'drone trajectory':
|
38 |
+
|
39 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=drone+trajectory&dataset=DronePathTracker&tags=Navigation,+Path,+Anomaly+Detection
|
40 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
41 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|