Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# monitoring-interface
|
2 |
|
3 |
## Requirements
|
@@ -52,5 +60,4 @@ Please note that feature extraction for both training data and evaluation data c
|
|
52 |
|
53 |
| ID | Backbone | Clustering method for Monitors |
|
54 |
| ----- | -------- | -------------------------------- |
|
55 |
-
| KITTI | ResNet | KMeans(nb_clusters=[1, 4, 5, 6]) |
|
56 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: monitoringInterface
|
4 |
+
sdk: gradio
|
5 |
+
emoji: π
|
6 |
+
colorFrom: purple
|
7 |
+
colorTo: purple
|
8 |
+
---
|
9 |
# monitoring-interface
|
10 |
|
11 |
## Requirements
|
|
|
60 |
|
61 |
| ID | Backbone | Clustering method for Monitors |
|
62 |
| ----- | -------- | -------------------------------- |
|
63 |
+
| KITTI | ResNet | KMeans(nb_clusters=[1, 4, 5, 6]) |
|
|