Pinned Repositories
Awesome-Pruning
A curated list of neural network pruning resources.
berkeley-stat-157
Homepage for STAT 157 at UC Berkeley
CCPD
[ECCV 2018] CCPD: a diverse and well-annotated dataset for license plate detection and recognition
CFENet
Comprehensive Feature Enhancement Module for Single-Shot Object Detector
CSRNet
This is an unofficial implementation of CVPR 2018 paper"Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes"
distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://nervanasystems.github.io/distiller
DPED
Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks
exposure_correction
Implements the exposure correction algorithms presented in Yuan et al's "Automatic Exposure Correction of Consumer Photographs".
gimp
GNU Image Manipulation Program
learnGitBranching
An interactive git visualization to challenge and educate!
Amore-HDU's Repositories
Amore-HDU/Awesome-Pruning
A curated list of neural network pruning resources.
Amore-HDU/distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://nervanasystems.github.io/distiller
Amore-HDU/yolov3-channel-and-layer-pruning
yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏
Amore-HDU/30-seconds-of-python
A curated collection of useful Python snippets that you can understand in 30 seconds or less.
Amore-HDU/AdelaiDet
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
Amore-HDU/ai-edu
AI education materials for Chinese students, teachers and IT professionals.
Amore-HDU/ATSS
Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection, CVPR, 2020
Amore-HDU/c9-python-getting-started
Sample code for Channel 9 Python for Beginners course
Amore-HDU/CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
Amore-HDU/chineseocr
yolo3+ocr
Amore-HDU/CrossStagePartialNetworks
Cross Stage Partial Networks
Amore-HDU/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
Amore-HDU/darknet-1
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
Amore-HDU/Dive-into-DL-PyTorch
本项目将《动手学深度学习》原书中的MXNet代码实现改为PyTorch实现。
Amore-HDU/ED_Lib
Implementations of edge (ED, EDColor, EDPF), line (EDLines), circle and low eccentric ellipse (EDCircles) detection algorithms.
Amore-HDU/FairNAS
FairNAS: Rethinking Evaluation Fairness of Weight Sharing Neural Architecture Search
Amore-HDU/Gaussian_YOLOv3
Gaussian YOLOv3: An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving (ICCV, 2019)
Amore-HDU/gluon-cv
Gluon CV Toolkit
Amore-HDU/HRank
Pytorch implementation of our CVPR'2020 (Oral) -- HRank: Filter Pruning using High-Rank Feature Map
Amore-HDU/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Amore-HDU/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly
Amore-HDU/ObjectDetection-OneStageDet
单阶段通用目标检测器
Amore-HDU/PSENet.pytorch
A pytorch re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network
Amore-HDU/Python
All Algorithms implemented in Python
Amore-HDU/resnet18-caffe
This file is caffe type of resnet18,including resnet18.prototxt and resnet18-deploy.prototxt
Amore-HDU/Scene-Text-Detection
Amore-HDU/ShadowsocksR-Windows
Ship of Theseus
Amore-HDU/slimmable_networks
Slimmable Networks, ICLR 2019, and ICCV 2019
Amore-HDU/Stronger-yolo-pytorch
Pytorch implementation of Stronger-Yolo with channel pruning and Mobiledevice deployment.
Amore-HDU/YOLOv3-model-pruning
对 YOLOv3 做模型剪枝(network slimming),对于 oxford hand 数据集(因项目需要),模型剪枝后的参数量减少 80%,Infer 的速度达到原来 2 倍,mAP 基本不变