Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,18 @@ dataset_info:
|
|
22 |
num_examples: 380870
|
23 |
download_size: 1429629384
|
24 |
dataset_size: 6636053024.34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
-
# Dataset Card for "Rocket-League-Sideswipe"
|
27 |
|
28 |
-
|
|
|
|
|
|
22 |
num_examples: 380870
|
23 |
download_size: 1429629384
|
24 |
dataset_size: 6636053024.34
|
25 |
+
license: mit
|
26 |
+
task_categories:
|
27 |
+
- image-classification
|
28 |
+
tags:
|
29 |
+
- game
|
30 |
+
- rocket league
|
31 |
+
- mobile
|
32 |
+
pretty_name: Rocket League Sideswipe
|
33 |
+
size_categories:
|
34 |
+
- 100K<n<1M
|
35 |
---
|
|
|
36 |
|
37 |
+
# Rocket League Sideswipe Vehicle Classification Dataset
|
38 |
+
|
39 |
+
This dataset serves the purpose of vehicle recognition (classification) within the mobile video game Rocket League Sideswipe. It comprises approximately 400,000 images. The dataset was acquired through an automated script designed to customize in-game models (such as rims, hats, stickers, colors, ...) and capture screenshots on an Android device, necessitating an approximate duration of 18 hours for compilation.
|