beeldengeluid / dane-emotion-recognition-worker

Emotion Recognition Worker for DANE
MIT License
0 stars 0 forks source link

Explainability framework SHAP main code, masking of input Issue #16

Open Kathleendeboer opened 2 months ago

Kathleendeboer commented 2 months ago

Code for issue #15

The code contains:

This code still needs:

Kathleendeboer commented 3 weeks ago

Recently pushed running code for explainable emotion recognition with segmentation. I provided a test notebook for running an example. #2 #16

Veldhoen commented 3 weeks ago

Your pyproject.toml seems to be invalid. Can you fix it to make sure your project can be installed and has all the proper dependencies? Or, at the minimum, provide a requirements.txt Also, I got some indentation errors upon importing your data preprocessing module: something weird seems to have happened with your docstrings. And please indicate what files to put where in order to run your test (model checkpoint, pretrained models, input files..)