Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

40 lines (35 loc) · 4.77 KB

cssi-0.1a1 (2019-05-03)

Bug Fixes

  • config: fix weight percentages loading issue (30ab89c)
  • core: fix celery hanging on model.predic issue 🐛 (d243950)
  • questionnaire: fix string calculation bug 🐛 (23e1cfd)

Code Refactoring

  • core: implement proper inheritance and refactor contributors (5f96909)
  • core: move CSSIContributor interface to core module 🚚 (d3e651b)
  • core: remove unused abstract method from contrib base (79f1251)
  • core: remove unused misc.py 🚚 (332b550)
  • core: rename and refactor contributors ♻️ (076ca0a)
  • core: rename contributor abstract methods (33f38b0)
  • core: update all the double quotes to single (2f107b5)
  • latency: reactor head pose code (50302d5)
  • questionnaires: refactoring to cater name change (2fc6959)
  • sentiment: refactor paths ♻️ (a2853d3)
  • sentiment: remove mistakenly versioned lines (cd957c1)
  • utils: change euler function's param name (efb3b98)
  • utils: rename calculate angle diff function (b1696ca)
  • utils: rename image_processing util file 🚚 (ee98335)
  • move all the models and classifiers to data folder 🚚 (e132f84)
  • refactor latency and sentiment modules to use util functions (02ce340)
  • remove unused exceptions (ce51004)

Features

  • config: add config loading support ✨ (ae28c9b)
  • core: add logging support ✨ (5893aae)
  • core: implement initial version of the CSSI algorithm (a11bdda)
  • latency: add latency scoring functionality ✨ (db205c2)
  • latency: add pst calculation logic ✨ (6694a49)
  • latency: move from cascade face detection to dnn ✨ (ebf1109)
  • questionnaire: implement questionnaire score calculation module (82c7f78)
  • sentiment: add final score generation logic ✨ (c0000ad)
  • sentiment: implement sentiment recognition feature ✨ (8e341ad)
  • sentiment: move from cascade face detection to dnn ✨ (d9131d7)