Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,31 +11,28 @@ 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:**
|
15 |
|
|
|
16 |
|
17 |
**CSV Content Preview:**
|
18 |
|
19 |
-
```
|
20 |
-
|
21 |
timestamp,latitude,longitude,altitude,label
|
22 |
-
|
23 |
-
2023-01-
|
24 |
-
|
25 |
-
2023-01-
|
26 |
-
|
27 |
-
2023-01-
|
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 '
|
38 |
|
39 |
-
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q
|
40 |
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
41 |
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|
|
|
11 |
|
12 |
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
|
14 |
+
**Dataset Description:**
|
15 |
|
16 |
+
The 'DronePathTracker' dataset is designed to assist machine learning practitioners in developing models for drone navigation and anomaly detection. Each row represents a segment of a drone's flight path, including coordinates, timestamps, and metadata. The dataset is useful for training models that can predict drone trajectories, identify deviations from the planned path, and understand the factors contributing to these anomalies. The dataset includes labeled segments that describe the state of the drone at different points in time, with labels categorizing the trajectory as 'Normal', 'Anomaly', or 'Unlabelled' due to insufficient data.
|
17 |
|
18 |
**CSV Content Preview:**
|
19 |
|
20 |
+
```csv
|
|
|
21 |
timestamp,latitude,longitude,altitude,label
|
22 |
+
2023-01-01T12:00:00Z,34.0522,-118.2437,100m,Normal
|
23 |
+
2023-01-01T12:00:10Z,34.0523,-118.2436,102m,Normal
|
24 |
+
2023-01-01T12:00:20Z,34.0525,-118.2435,101m,Normal
|
25 |
+
2023-01-01T12:00:30Z,34.0530,-118.2430,105m,Anomaly
|
26 |
+
2023-01-01T12:00:40Z,34.0540,-118.2420,110m,Anomaly
|
27 |
+
2023-01-01T12:00:50Z,34.0550,-118.2410,108m,Unlabelled
|
|
|
|
|
|
|
|
|
|
|
28 |
```
|
29 |
|
30 |
+
The first three rows show a typical normal drone flight path, while the last two indicate a potential anomaly in the trajectory. The final row could not be labeled due to insufficient data for confirmation.
|
31 |
+
|
32 |
**Source of the data:**
|
33 |
|
34 |
+
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 '':
|
35 |
|
36 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=&dataset=DronePathTracker&tags=Navigation,+Path,+Anomaly+Detection
|
37 |
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
38 |
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|