CoolFace
Datasetpublic

HOXSEC/csgo-maps

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.… See the full description on the dataset page: https://huggingface.co/datasets/HOXSEC/csgo-maps.

sourceHugging Facemitupdated 3y agoView on Hugging Face
4likes7downloads
Dataset Card

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.