knowledgetechnologyuhh / OMGEmotionChallenge

Repository for th OMG Emotion Challenge
Apache License 2.0
87 stars 36 forks source link

A Problem In caculateEvalutionCCC.py #3

Closed ZhangXiao96 closed 6 years ago

ZhangXiao96 commented 6 years ago

I think there is a mistake in line 82 and line 83 of caculateEvalutionCCC.py

cccArousal.append(ccc(validationArousal,modelArousal)) cccValence.append(ccc(validationArousal, modelArousal))

pablovin commented 6 years ago

Thanks for reporting that! We just updated it.