Qbicz / real-time-shape-detection

CV/AI: use ARM Mali GPU on ODROID-XU4 single-board computer + OpenCL acceleration to achieve real time shape and orientation detection of fast moving objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add json to project includes

palucki opened this issue · comments

It can be used as subrepo / submodule or downloaded directly to project.

Do you mean json files with Hu moments?

Then I'm for having it as a submodule ;)

Submodule is evil: https://codingkilledthecat.wordpress.com/2012/04/28/why-your-company-shouldnt-use-git-submodules/
Added as a subtree.
Added with command:
git subtree add --prefix PC/svm/json https://github.com/nlohmann/json.git master --squash
It requires a lot of unnecessary code (tests, doc etc.)
Finally decided to add only raw file in "includes" dir

Yeah, I've seen some issues with submodules recently ;) If there is too much overhead, raw file is OK. Thanks!

So in this workflow what we will need to do is to pull the updated version of the library file manually when the new release arrives.