All Projects → xumengwei → Deepcache

xumengwei / Deepcache

Licence: other
Cache design for CNN on mobile

Labels

Projects that are alternatives of or similar to Deepcache

Gocache
☔️ A complete Go cache library that brings you multiple ways of managing your caches
Stars: ✭ 775 (+3422.73%)
Mutual labels:  cache
Once
A magic memoization function
Stars: ✭ 821 (+3631.82%)
Mutual labels:  cache
Go Reflectx
Go reflection library to find struct field by its tag
Stars: ✭ 19 (-13.64%)
Mutual labels:  cache
Yac
A fast, lock-free, shared memory user data cache for PHP
Stars: ✭ 782 (+3454.55%)
Mutual labels:  cache
Quickdraw
Implementation of Quickdraw - an online game developed by Google
Stars: ✭ 805 (+3559.09%)
Mutual labels:  cnn
Exemplar Cnn
Discriminative Unsupervised Feature Learning with Convolutional Neural Networks
Stars: ✭ 16 (-27.27%)
Mutual labels:  cnn
Sincnet
SincNet is a neural architecture for efficiently processing raw audio samples.
Stars: ✭ 764 (+3372.73%)
Mutual labels:  cnn
Eda nlp
Data augmentation for NLP, presented at EMNLP 2019
Stars: ✭ 902 (+4000%)
Mutual labels:  cnn
Cleanmywechat
自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
Stars: ✭ 816 (+3609.09%)
Mutual labels:  cache
Tensorflow Tutorial
Some interesting TensorFlow tutorials for beginners.
Stars: ✭ 893 (+3959.09%)
Mutual labels:  cnn
Java Knowledge Mind Map
【🌱🌱Java服务端知识技能图谱】用思维脑图梳理汇总Java服务端知识技能
Stars: ✭ 787 (+3477.27%)
Mutual labels:  cache
Codes For Lane Detection
Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
Stars: ✭ 801 (+3540.91%)
Mutual labels:  cnn
Anime4kcpp
A high performance anime upscaler
Stars: ✭ 887 (+3931.82%)
Mutual labels:  cnn
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+3422.73%)
Mutual labels:  cache
Lazycache
An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
Stars: ✭ 901 (+3995.45%)
Mutual labels:  cache
Tf cnnvis
CNN visualization tool in TensorFlow
Stars: ✭ 769 (+3395.45%)
Mutual labels:  cnn
Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (+3672.73%)
Mutual labels:  cnn
Httpcache
Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!
Stars: ✭ 17 (-22.73%)
Mutual labels:  cache
Simple Cache
An easy to use Caching trait for Laravel's Eloquent Models.
Stars: ✭ 19 (-13.64%)
Mutual labels:  cache
React Native Cached Image
CachedImage component for react-native
Stars: ✭ 890 (+3945.45%)
Mutual labels:  cache

Implementation for our paper DeepCache: Principled Cache for Mobile Deep Vision.


This implementation is based on Tencent ncnn.

The folder CNNCache is an Android demo of DeepCache, including the image matching algorithm in RenderScript, a real-time app, and the benchmark. Some configuration in CMake file needs to be updated according to your enviornment.

Other notes

  • The version of ncnn used currently is rather old. We plan to update it to newer one.
  • Current implemention doesn't support neon in ncnn. Let's make it later.
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].