Giter VIP home page Giter VIP logo

steam-filtered-image-data's Introduction

Steam Filtered Image Data

This repository provides details about image data:

A dataset, called Steam-OneFace, is shared in this section.

Data

Data downloaded from Steam consists of:

  • PNG logos with transparency,
  • JPG vertical banners.

Filtered image data is shared on Google Drive.

The up-to-date list of appIDs for which I have tried to download image data is available in:

data/download-queries/app_ids.txt. Most of these ~48k appIDs do not feature any image data.

Here is an example of a vertical banner:

Example of a vertical Banner

Here is an example of a logo:

Example of a logo

Filtering

The filtering consists in the removal of:

  • blank images, i.e. images for which grayscale image intensity extrema are equal,
  • images of uncommon resolution:
    • anything but 640x360 for logos,
    • anything but 300x450 for vertical banners,
  • images with uncommon bands:
    • anything but RGBA for logos,
    • anything but RGB for banners,
  • images for which the bounding box of the non-zero regions covers:
    • 100% of the image space for transparent logos,
    • strictly less than 100% image space for banners, which happens with vignetting.

Suggestions of filtering

Suggestions of filtering include:

The enforcement of such filtering is left to the reader. Otherwise, it would be difficult to keep filtered data up-to-date.

Steam-OneFace dataset

The notebook build_steam_oneface_dataset.ipynb shows an application of the filters suggested above. Open In Colab

There are three options for the face detector:

With the face_alignment module

This allows to build a dataset, called Steam-OneFace, of 1688 images which should all feature exactly one face.

This dataset is shared on Google Drive in:

Thumbnails of Steam OneFace

To use this dataset on Google Colab, run the following:

!gdown --id 1QptHrW9vloTtP--YJsxMY8PZWI2D8NJt
!tar xf steam-oneface-lr.tar.gz
import glob
from pathlib import Path

file_names = glob.glob('steam-oneface-lr/*.jpg')
app_ids = [int(Path(fname).stem) for fname in file_names]

With the retinaface module

The dataset consists of 2472 images, shared in:

To use this dataset on Google Colab, run the following:

!gdown --id 1-0Nk7H6Cn3Nt60EdHG_NWSA8ohi2oBqr
!tar xf steam-oneface-lr_with_retinaface.tar.gz

With the dlib module

The dataset consists of 305 images, shared in:

To use this dataset on Google Colab, run the following:

!gdown --id 1-4RIn9G9Bee2JZ1bK1gkkgkLocHuWJJ4
!tar xf steam-oneface-lr_with_dlib.tar.gz

With several detection modules

The notebook trim_steam_oneface_dataset.ipynb trims the dataset by intersecting the results of different detectors. Open In Colab

The trimmed datasets are:

Steam-OneFace-small

To use this dataset on Google Colab, run the following:

!gdown --id 1-1V5fDhPo75iDtAbrD18rppV-lf51bPW
!tar xf steam-oneface-small-lr.tar.gz

Steam-OneFace-tiny

  • Steam-OneFace-tiny:
    • 168 images,
    • obtained with modules dlib, face_alignment and retinaface.

To use this dataset on Google Colab, run the following:

!gdown --id 1-2sCVgBUmu6LFug1pzBfmL8zNFFBq27F
!tar xf steam-oneface-tiny-lr.tar.gz

Thumbnails of the WHOLE dataset Steam OneFace Tiny

References

steam-filtered-image-data's People

Contributors

woctezuma avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

steam-filtered-image-data's Issues

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.