Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
In our project on classifying the sharpness of bends using time-sequence data, we generated two distinct datasets:
|
| 6 |
+
|
| 7 |
+
- **RGB Images:** Capturing conventional color information.
|
| 8 |
+
- **Wide View Dense Optic Flow:** Providing detailed motion dynamics.
|
| 9 |
+
|
| 10 |
+
Notably, our latest dataset required approximately 16 hours to generate the samples using the code available in this [GitHub notebook](https://github.com/AAP9002/Third-Year-Project/blob/main/Solutions/extract_gps_data/gps_bend_finding_with_gaussian_clustering_with_catrisian_positions_and_circle_fitting_with_distance_based_angles.ipynb).
|
| 11 |
+
|
| 12 |
+
To enhance organization and accessibility, we have migrated the trained models to a dedicated repository. You can explore the models and find additional documentation on [Hugging Face](https://huggingface.co/aap9002/RGB_Optic_Flow_Bend_Classification/).
|