File size: 1,111 Bytes
cd14a42
 
ee5b497
 
 
 
 
2a47422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: mit
task_categories:
- image-classification
pretty_name: Counter Strike Maps
size_categories:
- 1K<n<10K
---
# Counter Strike Map Dataset

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.

## Dataset Details

- Total Images: [1424]
- Classes: [5]
- Image Size: [1920x1080]
- Format: [png]

## Files

The dataset includes the following files:

- **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.

- **metadata.csv**: This CSV file contains the annotations for each image in the dataset. It has the following columns:
    - `file_name`: The relative or absolute path to the image file.
    - `label`: The label or class of the image.
    - `x`: The x-coordinate of a specific point of interest within the image.
    - `y`: The y-coordinate of the same point of interest within the image.