chuanqi305/rscnn
A cnn framework on Android platform, implemented with RenderScript and java, support MobileNet-SSD and faster-rcnn. No JNI/C++ or thirdparty dependencies.
This framework helps Android app developers integrate real-time object detection into their applications. Developers can take existing MobileNet-SSD or Faster R-CNN models, convert them into a specific format, and then embed them directly into their Android projects. The output is an Android app capable of identifying objects within photos or live camera feeds.
No commits in the last 6 months.
Use this if you are an Android developer who wants to add image recognition capabilities, like detecting objects in photos, directly into your Android app without complex JNI or external C++ dependencies.
Not ideal if you need a machine learning framework for server-side processing, a general-purpose Python library, or if your target platform is not Android.
Stars
63
Forks
22
Language
Java
License
MIT
Category
Last pushed
Apr 08, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/chuanqi305/rscnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mesutpiskin/opencv-object-detection
:camera: Object detection with OpenCV on Java. DNN, HaarCascade, Template Matching, Color Detection etc.
sensifai/Mobile_Image-Video_Enhancement
Sensifai image and video enhancement module on mobiles
uditbhaskar/ObjectDetect
ObjectDetect is an Android App that lets users select a gallery image and run cloud-based...
the-super-toys/glimpse-android
A content-aware cropping library for Android
theleonwei/seefood
SeeFood on steroid, an object recognition iOS app based on SwiftUI, CoreML, and Vision.