1451595897's Stars
alibaba/p3c
Alibaba Java Coding Guidelines pmd implements and IDE plugin
easychen/howto-make-more-money
程序员如何优雅的挣零花钱,2.0版,升级为小书了。Most of this not work outside China , so no English translate
scutan90/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
eltonwalter/garbage_classify
基于tensorflow-slim的垃圾分类网络,以及将.ckpt转化为.pb模型。
GOATmessi8/RFBNet
Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
wusaifei/garbage_classify
本文新增添分类,检测,换脸技术等学习教程,各种调参技巧和tricks,卷积结构详细解析可视化,注意力机制代码等详解!本次垃圾分类挑战杯,目的在于构建基于深度学习技术的图像分类模型,实现垃圾图片类别的精准识别,大赛参考深圳垃圾分类标准,按可回收物、厨余垃圾、有害垃圾和其他垃圾四项分类。本项目包含完整的分类网络、数据增强、SVM等各种分类增强策略,后续还会继续更新新的分类技巧。
persistforever/cifar10-tensorflow
cifar10数据集上进行图片分类,基于tensorflow框架,旨在探究不同的改进策略对分类准确率的影响,如何一步步得提高准确率
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
lars76/kmeans-anchor-boxes
k-means clustering with the Intersection over Union (IoU) metric as described in the YOLO9000 paper
aleju/imgaug
Image augmentation for machine learning experiments.
uwdata/visualization-curriculum
A data visualization curriculum of interactive notebooks.
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
czy36mengfei/tensorflow2_tutorials_chinese
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
maozezhong/CV_ToolBox
data preprocess for cv, including data aug (general and cutout) for object detection, KITTI, COCO data to VOC
eriklindernoren/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
amusi/AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Cartucho/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
xuexingyu24/License_Plate_Detection_Pytorch
A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet
Adamdad/keras-YOLOv3-mobilenet
I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101
princeton-vl/CornerNet-Lite
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
PengyiZhang/SlimYOLOv3
This page is for the SlimYOLOv3: Narrower, Faster and Better for UAV Real-Time Applications
DetectionTeamUCAS/FPN_Tensorflow
This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.