Last modified: 2014-01-04 13:52:33 UTC
This issue was converted from https://jira.toolserver.org/browse/DRTRIGON-128. Summary: Future improvements as duplicate detection, classification and code clean-up (TD-018, TD-019, TD-020) Issue type: Sub-task - The sub-task of the issue Priority: Major Status: Open Assignee: drtrigon <dr.trigon@surfeu.ch> ------------------------------------------------------------------------------- From: drtrigon <dr.trigon@surfeu.ch> Date: Sun, 08 Jul 2012 15:12:43 ------------------------------------------------------------------------------- ID State What TD-018 Request Implement a working duplicate detection (as well as other geometric verifications and checks) for all informations including 'Position' data (like e.g. Faces, Eyes, People, ...) TD-019 Request Clean up the whole bot code. Merge similar code to functions. Clean file handling (download, check type, convert to jpeg may be png if needed, process further, ...). Docu needed (user and developer). TD-020 Request In current state we have a lot of recognition and detection algorithms. What we need next is a good classification (RTrees, KNearest, Boost, SVM, MLP, NBayes, ...) based on those retrived data.
------------------------------------------------------------------------------- From: drtrigon <dr.trigon@surfeu.ch> Date: Sat, 08 Sep 2012 22:19:16 ------------------------------------------------------------------------------- * TD-018: DONE (implemented in '_dropRegions') * TD-020: DONE (implementation started with mlpy, but could also use opencv, scikit-learn or other) TD-019 "code cleanup" OPEN (can be combined with change to rewrite branch)