a81940595
Master of CUG(wuhan),Major in Electronic & Information Engineering. advisor: Dapeng Luo
ZTEWuhan,Hubei province
Pinned Repositories
airquality
Measure air quality using the PMS7003
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
bmp180
A Python module to handle the I2C communication between a Raspberry Pi and a BMP180
caffe_rtpose
Realtime C++ code for multi-person pose estimation
cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
CV_ToolBox
data preprocess for cv, including data aug (general and cutout) for object detection, KITTI, COCO data to VOC
DNN
My daily
interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
models
Models and examples built with TensorFlow
spider_program
a81940595's Repositories
a81940595/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
a81940595/DNN
My daily
a81940595/deep_sort_pytorch
MOT tracking using deepsort and yolov3 with pytorch
a81940595/DHT11_Python
Pure Python library for reading DHT11 sensor on Raspberry Pi
a81940595/Face-Recognition-on-ORL-Dataset
I am using LDA (Linear discriminant analysis) and PCA (Principal Component Analysis) for face recognition task on ORL dataset.The size of each image in this dateset is 92x112 pixels, with 256 grey levels per pixel. The images are organised in 40 directories (one for each subject), which have names of the form sX, where X indicates the subject number (between 1 and 40). In each of these directories, there are ten different images of that subject, which have names of the form Y.pgm, where Y is the image number for that subject (between 1 and 10).
a81940595/face_recognition
🍎 My own face recognition with deep neural networks.
a81940595/ferm
FERM: A Framework for Efficient Robotic Manipulation
a81940595/GSDT
Official PyTorch implementation of "Joint Object Detection and Multi-Object Tracking with Graph Neural Networks"
a81940595/keras-yolo3
A Keras implementation of YOLOv3 (Tensorflow backend)
a81940595/labelme
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
a81940595/lean-side-bussiness
精益副业:程序员如何优雅地做副业
a81940595/learnopencv
Learn OpenCV : C++ and Python Examples
a81940595/micropython-pms7003
Micropython driver for the PMS7003 Air Quality Sensor
a81940595/one-pixel-attack-pytorch
a81940595/opencv_extra
OpenCV extra data
a81940595/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
a81940595/pms7003
PMS7003 or PMS5003 Plantower Python Interface including passive, active query, log data
a81940595/pms7003-python
Python library for PMS7003 particle sensor
a81940595/pysot
SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.
a81940595/Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
a81940595/SeesawLoss
a81940595/SeesawLoss_pytorch
a81940595/SSD-Pytorch
SSD目标检测算法(Single Shot MultiBox Detector)(简单,明了,易用,全中文注释,单机多卡训练,视频检测)( If you train the model on a single computer and mutil GPU, this program will be your best choice , easier to use and easier to understand )
a81940595/tr
Free Offline OCR 离线的中文文本检测+识别SDK
a81940595/use
a81940595/video-subtitle-remover
基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from videos or Pictures.
a81940595/YOLO-Multi-Backbones-Attention
Model Compression—YOLOv3 with multi lightweight backbones(ShuffleNetV2 HuaWei GhostNet), attention, prune and quantization
a81940595/yoloface
Deep learning-based Face detection using the YOLOv3 algorithm (https://github.com/sthanhng/yoloface)
a81940595/yolov5-deepsort-pedestrian-counting
yolov5 + deepsort实现了行人计数功能, 统计摄像头内出现过的总人数,以及对穿越自定义黄线行人计数效果如下
a81940595/yolov5addSE