I worked previously on a project to enable me to edit and annotaton datasets. It isn't Currently complete, but it is some what usable. I am excited to release it.
1 2 3 4 |
|
I think it is important that we start to work on an open source local dataset mainipulation tool. When I first started working on this several years ago none existed. I originally created this project mainly to expand on my abilities with C++ and Qt which in that regard I think it is at least partially already a success. Also I used some of the skills I built with this project to start another project to learn more about Qt mobile development, and embedded development. I will be releasing those projects soon as well, but any way let me continue with Optic.Ninja.
I have a roadmap published on the Github page for what I am hoping to accomplish in various time tables. If you would like to use it, suggest new features, provide monetary support, or even hack on it yourself then I welcome it. Contact me via a pull request, or submit an issue on Github.
This project aims to make a simple and efficent dataset editor.
1 2 3 4 5 6 |
|
1 2 3 4 5 6 7 8 9 10 |
|
Pull requests are welcome. If you have something to contribute please do. Trying to stick to Qt framework, but other libraries are also fine if your implementation is useful.
Simple install opencv libraris and it should automatically be detected. Tested on Debian/Ubuntu. Then simply build with Qt Creator either from the repos, or download Qt Creator directly from the Qt website.
Simply clone the repo and build with Qt Creator. You can use MinGW or MSVC.
I haven't tested building on Mac yet, but it should work in a similar fashion to Linux. I will test this soon.