Tools for the HASY dataset.
Project description
Please refer to the HASY paper for details about the dataset. If you want to report problems of the HASY dataset, please send an email to info@martin-thoma.de or file an issue at https://github.com/MartinThoma/HASY
Errata are listed in the git repository as well as the actual hasy package.
Contents
The contents of the HASYv2 dataset are:
hasy-data: 168236 png images, each 32px x 32pxhasy-data-labels.csv: Labels for all images.classification-task: 10 folders (fold-1, fold-2, ..., fold-10) which contain atrain.csvand atest.csveach. Every line of the csv files points to one of the png images (relative to itself). If those files are used, then thehasy-data-labels.csvis not necessary.verification-task: Atrain.csvand three different test files. All files should be used in exactly the same way, but the accuracy should be reported for each one. The task is to decide for a pair of two 32px x 32px images if they belong to the same symbol (binary classification).symbols.csv: All classesREADME.txt: This file
How to evaluate
Classification Task
Use the pre-defined 10 folds for 10-fold cross-validation. Report the average accuracy as well as the minumum and maximum accuracy.
Verification Task
Use the train.csv for training. Use test-v1.csv, test-v2.csv, test-v3.csv` for evaluation. Report TP, TN, FP, FN and accuracy for each
of the three test groups.
hasy package
hasy can be used in two ways: (1) as a shell script (2) as a Python
module.
If you want to get more information about the shell script options, execute
$ hasy --help
usage: hasy [-h] [--dataset DATASET] [--verify] [--overview] [--analyze_color]
[--class_distribution] [--distances] [--pca] [--variance]
[--correlation] [--count-users] [--analyze-cm CM]
optional arguments:
-h, --help show this help message and exit
--dataset DATASET specify which data to use (default: None)
--verify verify PNG files (default: False)
--overview Get overview of data (default: False)
--analyze_color Analyze the color distribution (default: False)
--class_distribution Analyze the class distribution (default: False)
--distances Analyze the euclidean distance distribution (default:
False)
--pca Show how many principal components explain 90% / 95% /
99% of the variance (default: False)
--variance Analyze the variance of features (default: False)
--correlation Analyze the correlation of features (default: False)
--count-users Count how many different users have created the
dataset (default: False)
--analyze-cm CM Analyze a confusion matrix in JSON format. (default:
False)
If you want to use hasy as a Python package, see
python -c "import hasy.hasy_tools;help(hasy.hasy_tools)"
Changelog
- 14.05.2020, hasy Python package: Major refactoring of this repository
- 24.01.2017, HASYv2: Points were not rendered in HASYv1; improved hasy_tools https://doi.org/10.5281/zenodo.259444
- 18.01.2017, HASYv1: Initial upload https://doi.org/10.5281/zenodo.250239
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hasy-0.3.1.tar.gz.
File metadata
- Download URL: hasy-0.3.1.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a135367498443bc4f4195097f844d47b087c2bbaac04e31ec3fa5ee0c1c6296e
|
|
| MD5 |
a52498a01ba999216ef214db49f495cb
|
|
| BLAKE2b-256 |
0d383d166f0f9982806293bd10411b92fe5b5801b332bdca4982be47b29d84d9
|
File details
Details for the file hasy-0.3.1-py3-none-any.whl.
File metadata
- Download URL: hasy-0.3.1-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc9f2304ab8bb2a9081c3c3209bc0149bbbaf7461d1f92ac12505fe9ec323db
|
|
| MD5 |
774b9fb30c76dd5755afa35f2ec17d0b
|
|
| BLAKE2b-256 |
44272741012c9259117d3ffff492151bcaab9c25889797f63bfd5fb2a8a1f8d6
|