The Wayback Machine - https://web.archive.org/web/20220515043350/https://github.com/topics/convolutional-networks
Skip to content
#

convolutional-networks

Here are 213 public repositories matching this topic...

micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
  • Updated Oct 6, 2021
  • Python
krishnakatyal
krishnakatyal commented Mar 23, 2022

Is there an existing issue for this?

  • I have searched the existing issues.

Is your feature request related to a problem? Please describe.

Make Api for any object detection pipeline " towhee/img_object_embedding"

Describe the solution you'd like.

An api which return the output similar to the https://towhee.io/towhee/img_object_embedding

Describe an alternate solution.

_N

good first issue gsoc2022 kind/feature
fire-detection-cnn

Improve this page

Add a description, image, and links to the convolutional-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the convolutional-networks topic, visit your repo's landing page and select "manage topics."

Learn more