Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# viet-robot-light-scenes
|
| 2 |
+
|
| 3 |
+
A small synthetic dataset of lighting scenes for a smart home robot.
|
| 4 |
+
|
| 5 |
+
Columns:
|
| 6 |
+
- `id`: row id
|
| 7 |
+
- `scene_id`: short identifier of the lighting scene
|
| 8 |
+
- `description_vi`: description in Vietnamese
|
| 9 |
+
- `description_en`: description in English
|
| 10 |
+
- `room`: room where the scene is typically used
|
| 11 |
+
- `brightness`: brightness level (0-100)
|
| 12 |
+
- `color_temp`: color temperature in Kelvin (e.g., 2700, 4000)
|
| 13 |
+
|
| 14 |
+
Manually authored for demos.
|
| 15 |
+
|
| 16 |
+
## License
|
| 17 |
+
|
| 18 |
+
MIT
|