SoK/2020/StatusReport/Jean Lima Andrade

From KDE Community Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The project

marK is a machine learning dataset annotation tool being developed that will help users annotate multiple types of data for training in supervised classification problems. The objective of the project was to finish the porting to qml but later we decided to improve an already existing repository in Qt Widgets, currently, only images are supported. We are focusing in make the API more stable before supporting text, audio and video annotation.

Mentor

Work done

Support to:

  • Images bigger than 1280 X 960
  • Auto save
  • Temporary files
  • Read/write of xml and json documents to/from the disk, also its relating GUI
  • Navigate list of items with up and down arrow keys


To more details see my blog related posts: season of kde and update about SoK 2020.

Commits can be found here: https://invent.kde.org/kde/mark/commits/newFeatures

What I have learned in SoK

  • How to write and read xml and json files with Qt framework
  • How to create shortcuts, actions and menus with Qt Widget
  • How annotation data tools work
  • Modern cpp and some best pratices

Contact