jinfagang / mjolnir

Light weighted replacement of original thor C++ library. More simpler, more clean, more light.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mjolnir

Mjolnir is a new C++ visualization lib with only one single dependency opencv. It's a lightweighted version of thor.

As the name shows, mjolnir is the weapon (hammer) of Thor. It's purpose is replace thor as a standalone, simple, and lightweighted visualization lib in pure C++.

Build

To build mjolnir, it's very simple:

./build.sh

then you will have a libmjolnir.a, for include, you just include the include files inside include.

Relation with Thor

mjolnir aims at visualization purpose only, and focus on provide some common utils in deep learning applications.

it's more simpler and lightweighted.

Copyright

Lucas Jin @ 2022

About

Light weighted replacement of original thor C++ library. More simpler, more clean, more light.


Languages

Language:C++ 72.7%Language:C 24.6%Language:CMake 2.7%