AMMICO/misinformation/data/map_test_set.json
Inga Ulusoy 37d07da98a
Accuracy test (#32)
* Create ci.yml

* include pytest

* Update pyproject.toml

* include pytest-cov

* use approx in pytest

* Update test_faces.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add coverage yaml

* reduce passing grade

* use copy instead of symlink on windows

* crude attempt at calculating deviations

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-13 14:32:45 +02:00

127 строки
5.0 KiB
JSON

{
"v9_4": {
"order": 169,
"variable_label": "4=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Person visible",
"variable_coding": "Bool",
"variable_comment": "Yes if there's someone shown",
"variable_mydict": "face",
"value_mydict": "Yes"
},
"v9_5a": {
"order": 170,
"variable_label": "5a=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "More than one person shown",
"variable_coding": "Bool",
"variable_comment": "Yes if there are several individuals who appear in the post (do not count profile pictures)",
"variable_mydict": "multiple_faces",
"value_mydict": "Yes"
},
"v9_5b": {
"order": 171,
"variable_label": "5b=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "How many people shown?",
"variable_coding": "Int",
"variable_comment": "If more than 15, put 99",
"variable_mydict": "no_faces",
"value_mydict": "0"
},
"v9_6": {
"order": 172,
"variable_label": "6=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Face fully visible",
"variable_coding": "Bool",
"variable_comment": "Yes if you can see all their face (no mask on)",
"variable_mydict": "wears_mask",
"value_mydict": "No"
},
"v9_7": {
"order": 173,
"variable_label": "7=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Face ONLY partially visible",
"variable_coding": "Bool",
"variable_comment": "Yes if you can only see part of their face, including when they are wearing a mask",
"variable_mydict": "wears_mask",
"value_mydict": "Yes"
},
"v9_8": {
"order": 174,
"variable_label": "8=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Facial positive expression",
"variable_coding": "Bool",
"variable_comment": "Yes if they display some kind of positive facial expression (smiling, happy, relieved, hopeful etc.)",
"variable_mydict": "emotion (category)",
"value_mydict": "Positive"
},
"v9_8a": {
"order": 175,
"variable_label": "8a=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Positive expression: happiness",
"variable_coding": "Bool",
"variable_comment": "Yes if they display happiness",
"variable_mydict": "emotion",
"value_mydict": "happy"
},
"v9_9": {
"order": 176,
"variable_label": "9=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Facial negative expression",
"variable_coding": "Bool",
"variable_comment": "Yes if they display some kind of negative facial expression (crying, showing ager, fear, disgust etc.)",
"variable_mydict": "emotion (category)",
"value_mydict": "Negative"
},
"v9_10": {
"order": 177,
"variable_label": "10=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Negative expression: anxiety",
"variable_coding": "Bool",
"variable_comment": "Yes if they show fear or anxiety. If you can't tell, choose No=0",
"variable_mydict": "emotion",
"value_mydict": "fear"
},
"v9_11": {
"order": 178,
"variable_label": "11=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Negative expression: anger",
"variable_coding": "Bool",
"variable_comment": "Yes if they show anger or outrage. If you can't tell, choose No=0",
"variable_mydict": "emotion",
"value_mydict": "angry"
},
"v9_12": {
"order": 179,
"variable_label": "12=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Negative expression: disgust",
"variable_coding": "Bool",
"variable_comment": "Yes if they show disgust. If you can't tell, choose No=0",
"variable_mydict": "emotion",
"value_mydict": "disgust"
},
"v9_13": {
"order": 180,
"variable_label": "13=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Negative expression: other, specify",
"variable_coding": "Bool",
"variable_comment": "Yes if they show any other negative emotion, please specify. If you can't tell, choose No=0",
"variable_mydict": "emotion",
"value_mydict": "sad"
},
"v9_13_text": {
"order": 181,
"variable_label": "13=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Negative expression: other, specify",
"variable_coding": "Str",
"variable_mydict": "emotion",
"value_mydict": ""
},
"v11_3": {
"order": 189,
"variable_label": "111_3=PICTURE_SPECIFIC_VisualONLY",
"variable_explanation": "Respect of the rules",
"variable_coding": "Bool",
"variable_comment": "Yes if the post shows mask wearing, vaccine taking, social distancing, any proof of respecting the rules",
"variable_mydict": "wears_mask",
"value_mydict": "Yes"
}
}