Add object-detection task category to metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -1
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
+ ```