lllyasviel / SepaNCNN

The SEPA's fork of NCNN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SepaNCNN (Under Construction)

This is SepaNCNN.

Build

  1. clone ncnn and init submodule.
cd /pathto/ncnn
git submodule init && git submodule update
  1. build.
mkdir build
cd build
cmake ..
cmake --build . --config Release -j 2

About

The SEPA's fork of NCNN.

License:Other


Languages

Language:C++ 44.8%Language:C 40.9%Language:GLSL 9.0%Language:Python 4.3%Language:CMake 0.9%Language:Shell 0.1%Language:Batchfile 0.0%Language:SWIG 0.0%