Pinned Repositories
accuracy-evaluation-cpp
A c++ implementation for calculating the accuracy metrics (Accuracy, Error Rate, Precision(micro/macro), Recall(micro/macro), Fscore(micro/macro)) for classification tasks based on the paper http://www.sciencedirect.com/science/article/pii/S0306457309000259 and MATLAB confusion implementation.
ActiveContour
adversarial-frcnn
A-Fast-RCNN (CVPR 2017)
AI-basketball-analysis
:basketball::robot::basketball: AI web app and API to analyze basketball shots and shooting pose.
AlexeyAB_darknet
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
ComparisonDetector
The implement for Comparison Detector: Convolutional Neural Networks for Cervical Cell Detection in the Limited-data Scenario.
PaperReading
tensorRT_Pro
C++ library based on tensorrt integration
Urinary-Sediment-Dataset
a dataset consisting of 5,376 annotated images corresponding to 7 categories of urinary particle
yxliang's Repositories
yxliang/LSHBOX
A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab.
yxliang/faster-rcnn-pure-c-plus-implement
c++ proposal layer and c plus wrapper
yxliang/Dehaze
A cross-platform image dehazing/defogging mobile app implemented with React Native, Djinni and OpenCV, based on dark channel prior and fast guided filter.
yxliang/OpenPano
OpenPano: Automatic Panorama Stitching From Scratch
yxliang/MicroDeconvolution
Color deconvolution and stain segmentation for immunohistochemical (IHC) tumor sections
yxliang/OpenDL
Use caffe to train your own data
yxliang/image_segmentation_chromosomes
yxliang/adversarial-frcnn
A-Fast-RCNN (CVPR 2017)
yxliang/L0Smoothing-1
yxliang/machine-learning-course
yxliang/deeplearningbook-chinese
Deep Learning Book Chinese Translation
yxliang/KCFcpp
C++ Implementation of KCF Tracker
yxliang/caffe-tensorflow
Caffe models in TensorFlow
yxliang/mvcnn
Multi-view CNN (MVCNN) for shape recognition
yxliang/CMake-VisualStudio-Example
CMake example for Visual Studio developers
yxliang/FaceTracker
Real time deformable face tracking in C++ with OpenCV 3.
yxliang/caffe-yolo9000
Caffe for YOLOv2 & YOLO9000
yxliang/ebooks
Some E-books From Internet~
yxliang/iNSFC
An awesome LaTeX template for NSFC proposal.
yxliang/face-py-faster-rcnn
Face Detection with the Faster R-CNN
yxliang/caffe-faster-rcnn
faster rcnn c++ version. joint train; please checkout into dev branch (git checkout dev)
yxliang/mscnn
yxliang/have-fun-with-machine-learning
An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks
yxliang/caffe-yolo
Caffe for YOLO
yxliang/fastText
Windows Build of the library for fast text representation and classification.
yxliang/Surprise
A Python recommender system library aimed towards researchers, teachers and students.
yxliang/dmlc-core
A common bricks library for building scalable and portable distributed machine learning.
yxliang/mshadow
Matrix Shadow:Lightweight CPU/GPU Matrix and Tensor Template Library in C++/CUDA for (Deep) Machine Learning
yxliang/mxnet-ssd
MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
yxliang/accuracy-evaluation-cpp
A c++ implementation for calculating the accuracy metrics (Accuracy, Error Rate, Precision(micro/macro), Recall(micro/macro), Fscore(micro/macro)) for classification tasks based on the paper http://www.sciencedirect.com/science/article/pii/S0306457309000259 and MATLAB confusion implementation.