Datasets:
Add object-detection task category to metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Short Summary
|
| 2 |
TiROD is an Object Detection Dataset collected with the ESP32-cam mounted on a small mobile robot.
|
| 3 |
TiROD contains 5 distinct domains each with 2 type of illumination levels; it is designed to benchmark Continual Object Detection Algorithms.
|
|
@@ -41,4 +46,4 @@ TiROD
|
|
| 41 |
βββ ...
|
| 42 |
βββ docs
|
| 43 |
βββ README.md
|
| 44 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- object-detection
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
## Short Summary
|
| 7 |
TiROD is an Object Detection Dataset collected with the ESP32-cam mounted on a small mobile robot.
|
| 8 |
TiROD contains 5 distinct domains each with 2 type of illumination levels; it is designed to benchmark Continual Object Detection Algorithms.
|
|
|
|
| 46 |
βββ ...
|
| 47 |
βββ docs
|
| 48 |
βββ README.md
|
| 49 |
+
```
|