• Stars
    star
    667
  • Rank 67,625 (Top 2 %)
  • Language
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

😎 A Collection of Awesome NCNN-based Projects

Awesome-NCNN

Awesome

ncnn is a high-performance neural network inference framework optimized for the mobile platform. This repo lists some awesome ncnn-based projects. Welcome Star & Fork & Pull Requests!

ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架。本仓库 收集了基于ncnn的很棒的项目。欢迎 Star & Fork & Pull Request 一键三连!

Contents

Application projects

Fancy Applications

  • ClothingTransfer-NCNN ClothingTransfer/Virtual-Try-On with ncnn. 基于ncnn的服装迁移/虚拟试穿

Detection

General object detection, face detection (and landmark) projects on Android platform.

Super Resolution

Video Frame Interpolation

  • flowframes Flowframes Windows GUI for video interpolation - Supports DAIN NCNN as well as RIFE Pytorch and NCNN implementations.

  • rife-ncnn-vulkan ncnn implementation of RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation.

  • cain-ncnn-vulkan ncnn implementation of CAIN, Channel Attention Is All You Need for Video Frame Interpolation.

  • dain-ncnn-vulkan ncnn implementation of DAIN, Depth-Aware Video Frame Interpolation.

  • rife-ncnn-vulkan-python A Python FFI of nihui/rife-ncnn-vulkan achieved with SWIG.

Pose Estimation

Segmentation

Wasm

Other

  • YOLOP-NCNN You Only Look Once for Panopitic Driving Perception, Android app by ncnn (车辆检测+路面分割+车道线分割 三合一的网络, Android Demo).

  • SID-NCNN Learning to See in the Dark running in Android by ncnn with Raw Camera (CVPR2018'Learning to See in the Dark, 暗光成像,用ncnn在安卓上进行简单的部署实现)

  • monodepth-NCNN Deploy wavelet-monodepth (CVPR 2021 Monocular depth estimation using wavelets for efficiency ) model on Android with ncnn (将wavelet-monodepth的模型搬运到NCNN上,工程里面给了安卓的工程以及以及生成好的app安装包).

  • PiDiNet-NCNN Deploy PiDINet(Pixel Difference Networks for Efficient Edge Detection) on Android with ncnn (使用NCNN在安卓上实现PiDiNet这个边缘检测网络)

  • OpenSitUp OpenSitUp是一个基于姿态估计的开源项目,基于 ncnn 搭建了一个在android手机上运行的仰卧起坐计数APP

  • SeqSeq ncnn The C++ version of SeqSeq with ncnn

  • ncnn_paddleocr convert paddleocr light model to ncnn,you can use it by ncnn.

  • ncnn-swift A project of using ncnn in Swift for modern iOS development, with image classification & object detection (yolov5) examples.

  • ncnn-picture-enhancement A simple demo to run dehaze / underwater model in Android (照片去雾和水下增强).

  • enet-as-linux 基于ncnn的android端的enet分割

  • mobile-lpr 一个面向移动端的准商业级车牌识别库

  • demo_deepsort deepsort tracking demo

  • chineseocr_lite Super lightweight OCR for Chinese characters, supporting horizontal recognition, support ncnn inference (超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理)

  • ncnn-android-styletransfer ncnn style transfer android example

  • ncnn_example by MirrorYuChen A collection of ncnn examples: face/mask detection, tracking, recognition...

Tools

Model convert tools and wrapper/bindings of ncnn (模型转换工具、对ncnn封装等相关项目)

Wrappers

  • ros_ncnn ROS wrapper for NCNN neural inference framework

  • pyncnn python wrapper of ncnn with pybind11 (Note: now updated in ncnn official repo's python directory)

  • ncnn-lite NCNN lite without C++ support (Note: There is ncnn C API now)

  • NcnnDotNet ncnn .NET wrapper written in C++ and C# for Windows, MacOS and Linux

  • ncnn-fortran Call ncnn from Fortran via mix compiling

Optimization

Training

  • ncnnqat quantize aware training package for NCNN on pytorch.

Source Analysis

More Repositories

1

cmake_examples

Practical, Easy-to-copy CMake examples
C++
256
star
2

osask-linux

《30天自制操作系统》在Linux下的实践
C
95
star
3

smallcv

Lightweight Mat and imread()/imwrite()/imshow()
C
76
star
4

imageset-viewer

Pascal VOC BBox Viewer
Python
62
star
5

pixel

Image processing library for learning purpose
C
49
star
6

overlook

A CMake plugin for safer C/C++ programming
CMake
33
star
7

neon_sim

NEON intrinsics reference implementation in naive C
C
17
star
8

KantuCompare

Visual comparison for YUV and JPG/PNG images.
C++
12
star
9

HelloCpp

Learn CI/CD by doing.
CMake
11
star
10

cpp-moments

Records of learning/practising C++
C
10
star
11

ncnn-imgui-demo

GUI demo of deep neural network inference with ncnn and imgui
C++
9
star
12

py-caffe-cvprw15

Python Re-implementation of kevinlin311tw/caffe-cvprw15
Python
8
star
13

vscode-cmake-highlight

Syntax highlighting for CMake in Visual Studio Code
TypeScript
7
star
14

ean13-barcode-recognition

EAN13 bar recognition using OpenCV, GUI with Qt 1维条码识别
C++
4
star
15

opencv-build

Build opencv with github action! For VS2019 32/64 bit
Batchfile
4
star
16

clang-tidy-example

C++
3
star
17

skin_lesion_classification

A baseline model for ISBI ISIC2016 skin lesion classification contest
Python
3
star
18

min-repros

Minimal Reproduciable Examples for fundamental oss
C
2
star
19

Cyclical-Learing-Rates

A trial to reproduce the CLR algorithm
Python
2
star
20

Kamera

Get USB Camera resolutions and show video capture(windows)
C++
2
star
21

rust-ndk-example

Android console application example project based on rust & cargo-xdk
Rust
2
star
22

msbuild_export

Extract compile_commands.json from .sln files with Python
Python
1
star
23

pydemangler

CMake
1
star
24

vcpkg-registry

CMake
1
star
25

resnet-ncnn-pnnx-opencv-cpp

Convert PyTorch resnet50 to ncnn via pnnx, inference with C++ code, read image with OpenCV
Python
1
star