lhxy1991's repositories
android-valgrind
Instructions for automatically detect memory management, threading bugs and profile your Android applications in detail.
BMI160_driver
Bosch Sensortec BMI160 sensor driver
build-opencv-for-android
An interactive script to download and build OpenCV and OpenCV contrib for Android
caffe
Caffe: a fast open framework for deep learning.
caffe_yolov2
YOLOv2 object detection based on Caffe
CARLA-Speed-Traffic-Sign-Detection-Using-Yolo
Final Master Thesis on how to detect CARLA Simulator's Traffic Speed Sign using YOLO v3 Neural Network for object detection
CurvyMcLaneFace
Fitting a curve to traffic lanes in a video, MOOC class project.
darknet
Convolutional Neural Networks
ETH-MinerNDK
Eth gpu miner ndk with OpenCL on android
KCF-Tracking
KCFcpp的Visual Studio2015版本
libopencl-stub
A stub opecl library that dynamically dlopen/dlsyms opencl implementations at runtime based on environment variables. Will be useful when opencl implementations are installed in non-standard pahs
MNN-LaneNet
Lane detection model for mobile device via MNN project
MobileNet-Caffe
Caffe Implementation of Google's MobileNets (v1 and v2)
MobileNet-YOLO
A caffe implementation of MobileNet-YOLO detection network
MobileNet-Yolo-1
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB:fire::fire::fire:
MTCNN-NCNN
Face detection and landmark implementation with mtcnn based on ncnn framework
myGEMM
Code appendix to an OpenCL matrix-multiplication tutorial
ncnn_mobileNet
deploy mobileNet on NCNN
opencv_extra
OpenCV extra data
OpenGL-ES
Learn OpenGL ES On Android
sse2neon
Automatically exported from code.google.com/p/sse2neon
Yolo-Fastest
:zap: Yolo universal target detection model combined with EfficientNet-lite, the calculation amount is only 230Mflops(0.23Bflops), and the model size is 1.3MB
YoloOCLInference
An extremely light weight tiny-YOLO inference engine targeted towards OpenCL hardware.
YOLOv2_trafficSign
Implementing Traffic Sign Detection and Classification based on YOLOv2 and it's modified versions