Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,28 @@ task_categories:
|
|
5 |
pretty_name: Counter Strike Maps
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: Counter Strike Maps
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
8 |
+
---
|
9 |
+
# Counter Strike Map Dataset
|
10 |
+
|
11 |
+
This dataset consists of Counter Strike map images along with their corresponding labels and x-y coordinates. The dataset is suitable for image classification tasks and includes the necessary information for each image.
|
12 |
+
|
13 |
+
## Dataset Details
|
14 |
+
|
15 |
+
- Total Images: [1424]
|
16 |
+
- Classes: [5]
|
17 |
+
- Image Size: [1920x1080]
|
18 |
+
- Format: [png]
|
19 |
+
|
20 |
+
## Files
|
21 |
+
|
22 |
+
The dataset includes the following files:
|
23 |
+
|
24 |
+
- **maps/train/**: This folder contains the Counter Strike map images. The images are named in a consistent format, typically with a prefix or unique identifier followed by the file extension.
|
25 |
+
|
26 |
+
- **metadata.csv**: This CSV file contains the annotations for each image in the dataset. It has the following columns:
|
27 |
+
- `file_name`: The relative or absolute path to the image file.
|
28 |
+
- `label`: The label or class of the image.
|
29 |
+
- `x`: The x-coordinate of a specific point of interest within the image.
|
30 |
+
- `y`: The y-coordinate of the same point of interest within the image.
|
31 |
+
|
32 |
+
## Dataset Structure
|