Pinned Repositories
-
pytorch0.4.1
100-Days-Of-ML-Code
100 Days of ML Coding
2019-Autumn-recruitment-experience
2019届秋招面经集合
Accumulation
AIkaaier.github.io
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
Detectron-PYTORCH
make-dataset-VOC2007-
制作属于自己的VOC2007数据集
object-detection-template
Tensorflow Object Detection API on `Where is Syd?` dataset
kaaier's Repositories
kaaier/-
pytorch0.4.1
kaaier/100-Days-Of-ML-Code
100 Days of ML Coding
kaaier/2019-Autumn-recruitment-experience
2019届秋招面经集合
kaaier/AIkaaier.github.io
kaaier/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
kaaier/awesome-computer-vision
A curated list of awesome computer vision resources
kaaier/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
kaaier/cs231n_spring_2017_assignment
My implementations of cs231n 2017
kaaier/CV_ToolBox
data preprocess for cv, including data aug (general and cutout) for object detection, KITTI, COCO data to VOC
kaaier/daily-question
每日一题(涉及但不仅限于机器学习、深度学习和计算机视觉等方向)
kaaier/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为15个章节,近20万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
kaaier/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
kaaier/Dlib_examples
the examples of using Dlib
kaaier/face_classification
Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
kaaier/handtracking
Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow
kaaier/kaggle_airbus_ship_detection
Kaggle airbus ship detection challenge 21st solution
kaaier/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
kaaier/learn-python3
Learn Python 3 Sample Code
kaaier/LeetCode
:pencil: Python / C++ 11 Solutions of All LeetCode Questions
kaaier/machine-learning-notes
My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (1000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(1000+页)和视频链接
kaaier/MMdnn
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
kaaier/MobileNetv2-SSDLite
Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
kaaier/package_control
The Sublime Text package manager
kaaier/SCUT-HEAD-Dataset-Release
SCUT HEAD is a large-scale head detection dataset, including 4405 images labeld with 111251 heads.
kaaier/slcv
implement code lib for cv in pytorch
kaaier/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
kaaier/text
Data loaders and abstractions for text and NLP
kaaier/transferlearning-tutorial
《迁移学习简明手册》LaTex源码
kaaier/vision
Datasets, Transforms and Models specific to Computer Vision
kaaier/YOLO_tensorflow
tensorflow implementation of 'YOLO : Real-Time Object Detection'