Skip to content

whoisraibolt/Convert-csv-Dataset-Into-Original-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Convert csv Dataset Into Original Images

GitHub language count GitHub top language Libraries.io dependency status for GitHub repo GitHub repo size

Convert .csv datasets into original images using Python.

Overview

This project can help you convert .csv dataset into original images. In this example we use the dataset FER-2013.

Dependencies

  • cv2
  • numpy
  • os
  • sys

You can install missing dependencies with pip.

Usage

  1. Download Dataset;
  2. Install the dependencies;
  3. Open terminal and run python convert-csv.py [output_path].

Credits

  • Challenges in Representation Learning: Facial Expression Recognition Challenge - Kaggle
  • "Challenges in Representation Learning: A report on three machine learning contests." I Goodfellow, D Erhan, PL Carrier, A Courville, M Mirza, B Hamner, W Cukierski, Y Tang, DH Lee, Y Zhou, C Ramaiah, F Feng, R Li, X Wang, D Athanasakis, J Shawe-Taylor, M Milakov, J Park, R Ionescu, M Popescu, C Grozea, J Bergstra, J Xie, L Romaszko, B Xu, Z Chuang, and Y. Bengio. arXiv 2013.

License

Feel free to use this source code to modify or deploy to your own project.

About

Convert .csv datasets into original images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages