Skip to content

ggcr/eeai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Affection: Learning Affective Explanations for Real-World Visual Data

representative Legal Disclaimer: The images shown above are included in the image-centric datasets covered by Affection (see below). We do not have or claim any ownership or copyright right for these images.

Introduction

This codebase accompamnies our CVPR-2023 paper.

❗ It is currently in its most bare and bones form allowing you to load and inspect the Affection data. For more code developments stay tuned.

Installing this repo:

Optionally, first create a clean environment with pytorch installed. E.g., with conda:

 conda create -n eeai python=3.8
 conda activate eeai

Then,

git clone https://github.com/optas/eeai.git
cd eeai
pip install -e .

For this bare-and-bones repo version, the setup.py lists the few straightforward dependencies. Feel free to use any version of Python3.

Downloading Affection's DATA

The Affection dataset is provided under specific terms of use. To download it please first fill this form accepting its terms.

Using Affection's DATA

  1. For a detailed analysis of the content and structure of our annotations read this readme file.

  2. You can use this notebook to load our annotations. To visualize them you will need access to the image datasets Affection is built upon. First read the above readme file, and then this one for more information.

Citation

If you find this work useful in your research, please consider citing:

@article{achlioptas2023affection,
    title={{Affection}: Learning Affective Explanations for Real-World Visual Data},
    author={Achlioptas, Panos and Ovsjanikov, Maks and Guibas, Leonidas and
            Tulyakov, Sergey},
    journal = Conference on Computer Vision and Pattern Recognition (CVPR),
    year={2023}
}

About

PyTorch code for Affection: Learning Affective Explanations for Real-World Visual Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.4%
  • Jupyter Notebook 30.6%