Pinned Repositories
cifar10-gluon
Gluon implement of Kaggle cifar10 competition
coco-labels
The labels for object categories in COCO dataset
code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
convert2Bo
Convert VOC-format annotation.xml to Bo's Format (x_min,y_min,x_max,y_max, classID)
insightface
Face Analysis Project on MXNet
mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
yolov34-cpp-opencv-dnn
4种YOLO目标检测的C++和Python两个版本的实现
yolov5
YOLOv5 in PyTorch > ONNX > CoreML > iOS
yolov5-v6.1-opencv-onnxrun
分别使用OpenCV、ONNXRuntime部署yolov5-v6.1目标检测,包含C++和Python两个版本的程序。支持yolov5s,yolov5m,yolov5l,yolov5n,yolov5x,yolov5s6,yolov5m6,yolov5l6,yolov5n6,yolov5x6的十种结构的yolov5-v6.1
yolov5_6.0_opencvdnn_python
yolov5-v6.0 opencv dnn
samsu2018's Repositories
samsu2018/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
samsu2018/samsu2018.github.io
test Public www
samsu2018/yolov5
YOLOv5 in PyTorch > ONNX > CoreML > iOS
samsu2018/NTU_MachineLearning
108-2 Machine Learning (機器學習)
samsu2018/Face_Login
用于人脸识别登录的系统(含界面)
samsu2018/CrossStagePartialNetworks
Cross Stage Partial Networks
samsu2018/python_finance_tutorial
This is a simple tutorial for manipulating financial data.
samsu2018/coco-labels
The labels for object categories in COCO dataset
samsu2018/DataAugmentationForObjectDetection
Data Augmentation For Object Detection
samsu2018/ZhangYouyi-Lab
YOLOv3_Colab
samsu2018/Yolo_bbox_manipulation
A code to rotate yolo bboxes along with the image.
samsu2018/Image-Captioning-PyTorch
图像中文描述+视觉注意力
samsu2018/InsightFace-v2
PyTorch implementation of Additive Angular Margin Loss for Deep Face Recognition.
samsu2018/deeplearningbook-chinese
Deep Learning Book Chinese Translation
samsu2018/insightface-1
Hard Problem
samsu2018/insightface
Face Analysis Project on MXNet
samsu2018/darknet
Windows and Linux version of Darknet Yolo v3 & v2 Neural Networks for object detection (Tensor Cores are used)
samsu2018/fastai
The fastai deep learning library, plus lessons and tutorials
samsu2018/pytorch-0.4-yolov3
Yet Another Implimentation of Pytroch 0.4.1 and YoloV3 on python3
samsu2018/pytorch-doc-zh
PyTorch 中文文档
samsu2018/ssd-pytorch
samsu2018/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
samsu2018/code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
samsu2018/Yolo_mark
GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
samsu2018/PyTorchZeroToAll
Simple PyTorch Tutorials Zero to ALL!
samsu2018/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
samsu2018/mtcnn-pytorch
A face detection algorithm
samsu2018/yolov3_pytorch
Yolov3 (+tiny) pythonic pytorch implementation.
samsu2018/understand_facenet
整理和注释了facenet的代码,以便更好地理解facenet的代码。源代码地址:https://github.com/davidsandberg/facenet
samsu2018/gluon-tutorial
深度框架 MXNet / Gluon 初体验