All Projects → nihui → ncnn-android-squeezenet

nihui / ncnn-android-squeezenet

Licence: other
The squeezenet image classification android example

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to ncnn-android-squeezenet

ncnn-android-benchmark
ncnn android benchmark app
Stars: ✭ 78 (-22%)
Mutual labels:  arm, cpu, vulkan, ncnn
Ncnn Android Styletransfer
The style transfer android example
Stars: ✭ 54 (-46%)
Mutual labels:  arm, cpu, vulkan
Mnn
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
Stars: ✭ 6,284 (+6184%)
Mutual labels:  arm, vulkan
Ultra Light Fast Generic Face Detector 1mb
💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
Stars: ✭ 6,182 (+6082%)
Mutual labels:  arm, ncnn
Awesome Cpus
All CPU and MCU documentation in one place
Stars: ✭ 1,602 (+1502%)
Mutual labels:  arm, cpu
Ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
Stars: ✭ 13,376 (+13276%)
Mutual labels:  vulkan, ncnn
Vulkan best practice for mobile developers
Vulkan best practice for mobile developers
Stars: ✭ 424 (+324%)
Mutual labels:  arm, vulkan
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-48%)
Mutual labels:  arm, cpu
ARMStrong
A fast and simple ARM Simulator made for education based upon Unicorn and Keystone engines
Stars: ✭ 99 (-1%)
Mutual labels:  arm, cpu
Awesome Vulkan
Awesome Vulkan ecosystem
Stars: ✭ 2,322 (+2222%)
Mutual labels:  arm, vulkan
Waifu2x Extension Gui
Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, SRMD, RealSR, Anime4K, RIFE, CAIN, DAIN, and ACNet.
Stars: ✭ 5,463 (+5363%)
Mutual labels:  vulkan, ncnn
daisykit
Daisykit is an easy AI toolkit for software engineers to integrate pretrained AI models and pipelines into their projects. - with NCNN, OpenCV, Python wrappers
Stars: ✭ 22 (-78%)
Mutual labels:  vulkan, ncnn
Video2x
A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley 2, 2018.
Stars: ✭ 3,760 (+3660%)
Mutual labels:  vulkan, ncnn
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+4834%)
Mutual labels:  arm, cpu
Maplesyrup
Assesses CPU security of embedded devices. #nsacyber
Stars: ✭ 121 (+21%)
Mutual labels:  arm, cpu
cpuwhat
Nim utilities for advanced CPU operations: CPU identification, ISA extension detection, bindings to assorted intrinsics
Stars: ✭ 25 (-75%)
Mutual labels:  arm, cpu
cain-ncnn-vulkan
CAIN, Channel Attention Is All You Need for Video Frame Interpolation implemented with ncnn library
Stars: ✭ 85 (-15%)
Mutual labels:  vulkan, ncnn
terminal
Terminal inside the microcontroller (cli for mcu)
Stars: ✭ 31 (-69%)
Mutual labels:  arm
volumizr
Simple kubernetes storage solution using Minio
Stars: ✭ 20 (-80%)
Mutual labels:  arm
Fuxi
Fuxi (伏羲) is a 32-bit pipelined RISC-V processor written in Chisel3.
Stars: ✭ 68 (-32%)
Mutual labels:  cpu

ncnn-android-squeezenet

The squeezenet image classification

this is a sample ncnn android project, it depends on ncnn library only

https://github.com/Tencent/ncnn

how to build and run

step1

https://github.com/Tencent/ncnn/releases

  • Download ncnn-YYYYMMDD-android-vulkan.zip or build ncnn for android yourself
  • Extract ncnn-YYYYMMDD-android-vulkan.zip into app/src/main/jni and change the ncnn_DIR path to yours in app/src/main/jni/CMakeLists.txt

step2

  • Open this project with Android Studio, build it and enjoy!

screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].