AMMICO/misinformation/data/map_test_set.json
xiaohemaikoo fdcb228294
M objdect (#23)
* colors expression by KMean algorithm

* object detection by imageai

* object detection by cvlib

* add encapsulation of object detection

* remove encapsulation of objdetect v0

* objects expression to dict

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

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

* added imageai to requirements

* add objects to dictionary

* update for AnalysisMethod baseline

* add objects dection support explore_analysis display

* extend python version of misinf to allow imageai

* account for older python

* use global functionality for dict to csv convert

* update for docker build

* docker will build now but ipywidgets still not working

* test code

* include test data folder in repo

* add some sample images

* load cvs labels to dict

* add test data

* retrigger checks

* add map to human coding

* get orders from dict, missing dep

* add module to test accuracy

* retrigger checks

* retrigger checks

* now removing imageai

* removed imageai

* move labelmanager to analyse

* multiple faces in mydict

* fix pre-commit issues

* map mydict

* hide imageai

* objects default using cvlib, isolate and disable imageai

* correct python version

* refactor faces tests

* refactor objects tests

* sonarcloud issues

* refactor utils tests

* address code smells

* update readme

* update notebook without imageai

Co-authored-by: Ma Xianghe <825074348@qq.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: iulusoy <inga.ulusoy@uni-heidelberg.de>
2022-10-04 11:34:44 +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"
}
}