Helmet Detector based on the CenterNet.
-
Updated
Jan 30, 2022 - Python
Helmet Detector based on the CenterNet.
Comprehensive image classification for training multilayer perceptron (MLP), LeNet, LeNet5, conv2, conv4, conv6, VGG11, VGG13, VGG16, VGG19 with batch normalization, ResNet18, ResNet34, ResNet50, MobilNetV2 on MNIST, CIFAR10, CIFAR100, and ImageNet1K.
An end-to-end Deep Learning pipeline for Digital Image Processing: Image restoration (denoising & deblurring via U-Net/ResNet) followed by robust image classification using PreActResNet-18 on CIFAR-10 with PyTorch AMP & TorchScript export.
This repository demonstrates the efficiency difference between training with AMP and without AMP.
Experimentations with optimising techniques for pytorch modelling - Pruning, Automatic Mixed Precision, Knowledge Distillation, Quantization, Profiling, Forward Automatic Differentiation
Multi-Engine (PyTorch & JAX/XLA) Zero-Branching Geometric Acceleration Core. Enforces 0% Graph Breaks & Real-time Fault-Isolation via hardware-native bitwise MUX operations (torch.where / jax.lax.select) to permanently eliminate 'jmp' instructions and host-device synchronization fences.
To associate your repository with the automatic-mixed-precision topic, visit your repo's landing page and select "manage topics."