FindingEmo-Light: Data only.
Project description
FindingEmo-Light — Dataset Only
🚨⚠️🚨 NOT FOR COMMERCIAL PURPOSES 🚨⚠️🚨
This repository contains only the annotations and URL list of the FindingEmo dataset, reported in the paper "FindingEmo: A Picture Dataset for Emotion Recognition in the Wild" by Laurent Mertens et al., accepted at the NeurIPS 2024 Datasets and Benchmarks Track.
If you also require the code, please visit https://gitlab.com/EAVISE/lme/findingemo instead.
Obtaining the annotated images
Solution 1: Using the PyPi package
Install the FindingEmo-Light package:
pip install findingemo-light
Then, in a Python script, do
from findingemo_light.paper.download_multi import download_data
download_data(target_dir='./Path/To/Where/You/Want/To/Download/The/Images')
To get the annotations, use
from findingemo_light.data.read_annotations import read_annotations
ann_data = read_annotations()
print(ann_data)
Solution 2: Using the codebase
Clone the repository locally, execute paper/download_multi.py and save images to Config.DIR_IMAGES
(which is the default save location).
The annotations are located under data/annotations_single.ann.
Logo
The ./data/Logo folder contains image files with the dataset logo in various formats. If you find this data useful,
feel free to use the logo on your poster.
Dataset
The annotations are stored in the data/annotations_single.ann file, which is a simple text file in CSV format.
The data/dataset_urls_exploded.json file contains the URLs for the annotated images, with multiple URLs provided
for a large number of images. We intend to update this file as we obtain backup URLs for more images.
A Croissant metadata file is also included (./croissant-findingemo.json to allow loading the dataset through the Croissant framework.
Dataset documentation can be found at datasheet/datasheet.md.
Legal Compliance and Privacy
This dataset contains URLs to potentially copyrighted material. If you are a member of a research institution located within the European Union, you are allowed to use this material for non-commercial research purposes by virtue of Title II, Article 3 of the InfSoc directive). If you are not located within the European Union, it is your responsibility to verify with local legislation whether you are allowed to use this material or not.
In case you are the legal copyright holder of any of the images we provide a link to, or are depicted in any of these images, and you do not wish that your material and/or likeness be used for Machine Learning purposes, you can contact either laurent.mertens@kuleuven.be or joost.vennekens@kuleuven.be with the details of the image, and we will immediately remove it from the dataset.
IN NO CASE SHALL THIS DATASET BE USED FOR ANY COMMERCIAL PURPOSE.
Licensing
All data (annotations + list of URLs) is shared under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (see LICENSE_data.md).
Data overview
The data folder contains the CSV/TXT files containing the results per experiment used to generate the results
reported in the paper.
The data/Logo folder contains image files with the dataset logo.
The annotations_single.ann file, which is a simple text file in CSV format, contains the image annotations.
The dataset_urls_exploded.json file is the extended version of dataset_urls.txt, which list multiple URLs for a
number of images, and is used by the paper/download_multi.py script.
Acknowledgment
This work was funded by KU Leuven grant IDN/21/010.
Author: Laurent Mertens
Mail: laurent.mertens@kuleuven.be
Project details
Release history Release notifications | RSS feed
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 findingemo_light-1.0.0.tar.gz.
File metadata
- Download URL: findingemo_light-1.0.0.tar.gz
- Upload date:
- Size: 3.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c8371981ddc6a3402921b07a927a9cd45fed07399126433a89a90fea60802ea
|
|
| MD5 |
f26683f77df29d59436a8f4407d74f6a
|
|
| BLAKE2b-256 |
8632b25eee185832b95d8d3107591460771dd87d0f46e52536e80a1df074133c
|
File details
Details for the file findingemo_light-1.0.0-py3-none-any.whl.
File metadata
- Download URL: findingemo_light-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b60a71a077e6211cfc96477bbdd8e66fe5c6b26a9600331e69e0785ef56454c5
|
|
| MD5 |
d1d9e92ccf13270e47e78c9440e1d912
|
|
| BLAKE2b-256 |
2b5b4acb44990b6533ba11e6550592a48056b6f2743940aea8b92d65cbc26cc8
|