csgo-maps / README.md
HOXSEC's picture
Update README.md
a3567c9
---
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.