Pinned Repositories
A-Convolutional-Neural-Network-Cascade-for-Face-Detection
AdaBoost
A simple adaboost code using decision stumps as weak classifiers
AdversarialNetsPapers
The classical papers and codes about generative adversarial nets
basic-yolo-keras
Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
CNN_face_detection
Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
CompactCNNCascade
A binary library for fast and robust detection of simple objects using compact CNNs.
CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
yuye1992's Repositories
yuye1992/basic-yolo-keras
Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
yuye1992/chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
yuye1992/CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
yuye1992/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
yuye1992/Deep-Learning
yuye1992/Edge-Intelligence
随着移动云计算和边缘计算的快速发展,以及人工智能的广泛应用,产生了边缘智能(Edge Intelligence)的概念。深度神经网络(例如CNN)已被广泛应用于移动智能应用程序中,但是移动设备有限的存储和计算资源无法满足深度神经网络计算的需求。神经网络压缩与加速技术可以加速神经网络的计算,例如剪枝、量化、卷积核分解等。但是这些技术在实际应用非常复杂,并且可能导致模型精度的下降。在移动云计算或边缘计算中,任务卸载技术可以突破移动终端的资源限制,减轻移动设备的计算负载并提高任务处理效率。通过任务卸载技术优化深度神经网络成为边缘智能研究中的新方向。Neurosurgeon: Collaborative Intelligence Between the Cloud and Mobile Edge这篇文章提出了协同推断的**,将深度神经网络进行分区,一部分层在移动端计算,而另一部分在云端计算。根据硬件平台、无线网络以及服务器负载等因素实现动态分区,降低时延以及能耗。本项目给出了边缘智能方面的相关论文,并且给出了一个Python语言实现的卷积神经网络协同推断实验平台。关键词:边缘智能(Edge Intelligence),计算卸载(Computing Offloading),CNN模型分区(CNN Partition),协同推断(Collaborative Inference),移动云计算(Mobile Cloud Computing)
yuye1992/FastMaskRCNN
Mask RCNN in TensorFlow
yuye1992/FCN_train
The code includes all the file that you need in the training stage for FCN
yuye1992/huaweimind
Huawei Renzhengfei speech,email& article,华为任正非**之路,自1994年开始的讲话稿,涉及财经、人力资源、战略、内控与公共关系,从交换机、通讯设备、移动终端到人工智能、物联网,从2G、3G到4G、5G,从物理学、化学、数学到心理学、哲学,是创业,学习的标杆素材。
yuye1992/keras
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
yuye1992/keras-frcnn
yuye1992/keras-retinanet
Keras implementation of RetinaNet object detection.
yuye1992/keras-yolo3
A Keras implementation of YOLOv3 (Tensorflow backend)
yuye1992/keras-yolo3-1
Training and Detecting Objects with YOLO3
yuye1992/KittiSeg
A Kitti Road Segmentation model implemented in tensorflow.
yuye1992/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
yuye1992/labelme
Annotation Tool for Object Segmentation.
yuye1992/mean_average_precision
Small and simple python/numpy utility to compute mean average precision (mAP) on detection task.
yuye1992/NTU_HYLee_MachineLearning_Homework
台大李宏毅 (Hung-yi Lee) 的Machine Learning課程的課程作業分享
yuye1992/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
yuye1992/realtime_object_detection
Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. No Bugs No Worries. Enjoy!
yuye1992/scikit-learn
scikit-learn: machine learning in Python
yuye1992/scikit-learn-doc-cn
scikit-learn机器学习库中文文档翻译项目
yuye1992/supervised-reptile
Code for the paper "On First-Order Meta-Learning Algorithms"
yuye1992/TensorFlow-Course
Simple and ready-to-use tutorials for TensorFlow
yuye1992/tensorflow-yolov3
pure tensorflow Implement of YOLOv3 with support to train your own dataset
yuye1992/tf-yolov2
[SLOW] yolov2 object detection in tensorflow from https://github.com/longcw/yolo2-pytorch
yuye1992/tutorials
机器学习相关教程
yuye1992/YAD2K
YAD2K: Yet Another Darknet 2 Keras
yuye1992/yolo-tensorflow
基于tensorflow开发的YOLO和YOLO9000,提供训练以及测试功能,以VOC2012数据集作为训练/测试集(5000/5000),进行性能检测,同时对比识别性能以及效率