Pinned Repositories
caffe-model
Caffe models (includimg classification, detection and segmentation) and deploy files for famouse networks
FocalLoss
Caffe implementation of FAIR paper "Focal Loss for Dense Object Detection" for SSD.
KCF
python implementation of "high-speed tracking with kernelized correlation filters"
LeNet5
Pure numpy implementation of LeNet5, to help you understand how CNN works.
MobileNet-SSD
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MobileNetv2-SSDLite
Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
myshell
myshell
rscnn
A cnn framework on Android platform, implemented with RenderScript and java, support MobileNet-SSD and faster-rcnn. No JNI/C++ or thirdparty dependencies.
SqueezeNet-SSD
SSD detection network of SqueezeNet, with pretrained weights on VOC0712 and mAP=0.643
ssd
Caffe: a fast open framework for deep learning.
chuanqi305's Repositories
chuanqi305/MobileNet-SSD
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
chuanqi305/MobileNetv2-SSDLite
Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
chuanqi305/FocalLoss
Caffe implementation of FAIR paper "Focal Loss for Dense Object Detection" for SSD.
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.
chuanqi305/SqueezeNet-SSD
SSD detection network of SqueezeNet, with pretrained weights on VOC0712 and mAP=0.643
chuanqi305/KCF
python implementation of "high-speed tracking with kernelized correlation filters"
chuanqi305/ssd
Caffe: a fast open framework for deep learning.
chuanqi305/LeNet5
Pure numpy implementation of LeNet5, to help you understand how CNN works.
chuanqi305/caffe-model
Caffe models (includimg classification, detection and segmentation) and deploy files for famouse networks
chuanqi305/myshell
myshell
chuanqi305/caffe-fast-rcnn
Caffe fork that supports Fast R-CNN
chuanqi305/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version