All Projects → blueardour → Model Quantization

blueardour / Model Quantization

Licence: other
Collections of model quantization algorithms

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Model Quantization

Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-58.47%)
Mutual labels:  cnn, segmentation, quantization, detection
Nncf
PyTorch*-based Neural Network Compression Framework for enhanced OpenVINO™ inference
Stars: ✭ 218 (+84.75%)
Mutual labels:  classification, quantization, compression
Bonnetal
Bonnet and then some! Deep Learning Framework for various Image Recognition Tasks. Photogrammetry and Robotics Lab, University of Bonn
Stars: ✭ 202 (+71.19%)
Mutual labels:  classification, cnn, detection
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+966.1%)
Mutual labels:  classification, segmentation, detection
Mstar deeplearning project
Radar target classification, detection and recognition using deeplearning methods on MSTAR dataset
Stars: ✭ 163 (+38.14%)
Mutual labels:  classification, cnn, detection
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+51.69%)
Mutual labels:  classification, segmentation, detection
mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (+445.76%)
Mutual labels:  detection, classification, segmentation
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (+433.9%)
Mutual labels:  classification, segmentation, detection
Cvpods
All-in-one Toolbox for Computer Vision Research.
Stars: ✭ 277 (+134.75%)
Mutual labels:  classification, segmentation, detection
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (-52.54%)
Mutual labels:  detection, classification, segmentation
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+2780.51%)
Mutual labels:  classification, segmentation, detection
Training extensions
Trainable models and NN optimization tools
Stars: ✭ 857 (+626.27%)
Mutual labels:  segmentation, quantization, detection
Lq Nets
LQ-Nets: Learned Quantization for Highly Accurate and Compact Deep Neural Networks
Stars: ✭ 195 (+65.25%)
Mutual labels:  cnn, quantization, compression
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-34.75%)
Mutual labels:  cnn, segmentation, detection
volkscv
A Python toolbox for computer vision research and project
Stars: ✭ 58 (-50.85%)
Mutual labels:  detection, classification, segmentation
Pytorchinsight
a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results
Stars: ✭ 713 (+504.24%)
Mutual labels:  classification, cnn, detection
Dlcv for beginners
《深度学习与计算机视觉》配套代码
Stars: ✭ 1,244 (+954.24%)
Mutual labels:  classification, segmentation, detection
Pointcnn
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
Stars: ✭ 1,120 (+849.15%)
Mutual labels:  classification, segmentation
Unet Segmentation
The U-Net Segmentation plugin for Fiji (ImageJ)
Stars: ✭ 62 (-47.46%)
Mutual labels:  segmentation, detection
Deepzip
NN based lossless compression
Stars: ✭ 69 (-41.53%)
Mutual labels:  cnn, compression

QTool: A low-bit quantization toolbox for deep neural networks in computer vision

This project provides aboundant choices of quantization strategies (such as the quantization algorithms, training schedules and empirical tricks) for quantizing the image classification neural networks into low-bit counterparts. Associated projects demonstrate that this project can also act as a flexible plugin and benefit other computer vision tasks, such as object detection, segmentation and text parsing. Pretrained models are provided to show high standard of the code on achieving appealing quantization performance.

Instructions for different tasks

Update History

  • Super Resolution (in preparing)
  • Text parsing (in preparing)
  • 2020.07.08 Instance Segmentation
  • 2020.07.08 Object Detection
  • 2020.06.23 Add classification quantization

Citation

Please cite the following work if you find the project helpful.

@misc{chen2020qtool,
author = {Peng Chen, Bohan Zhuang, Jing Liu and Chunlei Liu},
title = {{QTool: A low-bit quantization toolbox for deep neural networks in computer vision}},
year = {2020},
howpublished = {\url{https://github.com/blueardour/model-quantization}},
note = {Accessed: [Insert date here]}
}

For quantized object detection, please cite

@misc{liu2020aqd,
    title={AQD: Towards Accurate Quantized Object Detection},
    author={Jing Liu and Bohan Zhuang and Peng Chen and Mingkui Tan and Chunhua Shen},
    year={2020},
    eprint={2007.06919},
    archivePrefix={arXiv}
}

Also cite the corresponding publications when you choose dedicated algorithms.

Contribute

To contribute, PR is appreciated and suggestions are welcome to discuss with. Private contact is available at [email protected]

License

For academic use, this project is licensed under the 2-clause BSD License. See LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].