chaow94's Stars
QSCTech/zju-icicles
浙江大学课程攻略共享计划
advimman/lama
🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
flashlight/flashlight
A C++ standalone library for machine learning
DingXiaoH/RepVGG
RepVGG: Making VGG-style ConvNets Great Again
666DZY666/micronet
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
MhLiao/DB
A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
Xilinx/brevitas
Brevitas: neural network quantization in PyTorch
nachifur/MulimgViewer
MulimgViewer is a multi-image viewer that can open multiple images in one interface, which is convenient for image comparison and image stitching.
wuhuikai/DeepGuidedFilter
Official Implementation of Fast End-to-End Trainable Guided Filter, CVPR 2018
DingXiaoH/ACNet
ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks
ModelTC/MQBench
Model Quantization Benchmark
26hzhang/OptimizedImageEnhance
Several image/video enhancement methods, implemented by Java, to tackle common tasks, like dehazing, denoising, backscatter removal, low illuminance enhancement, featuring, smoothing and etc.
Yuliang-Liu/bezier_curve_text_spotting
A PyTorch implementation of "ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network" (CVPR 2020 oral)
Xilinx/xfopencv
aiff22/PyNET
Generating RGB photos from RAW image files with PyNET
ceciliavision/zoom-learn-zoom
computational zoom from raw sensor data
fandulu/DD-Net
A lightweight network for body/hand action recognition
QiuJueqin/fast-openISP
fast-openISP: a faster re-implementation of openISP
jinyeying/DC-ShadowNet-Hard-and-Soft-Shadow-Removal
[ICCV2021]"DC-ShadowNet: Single-Image Hard and Soft Shadow Removal Using Unsupervised Domain-Classifier Guided Network", https://arxiv.org/abs/2207.10434
bcmi/Object-Shadow-Generation-Dataset-DESOBA
[AAAI 2022] The first dataset on foreground object shadow generation for image composition in real-world scenes. The code used in our paper "Shadow Generation for Composite Image in Real-world Scenes", AAAI2022. Useful for shadow generation, shadow removal, image composition, etc.
leimao/PyTorch-Quantization-Aware-Training
PyTorch Quantization Aware Training Example
GATECH-EIC/HW-NAS-Bench
[ICLR 2021] HW-NAS-Bench: Hardware-Aware Neural Architecture Search Benchmark
YingqingHe/Shadow-Removal-via-Generative-Priors
[ACM MM 2021 Oral] Unsupervised Portrait Shadow Removal via Generative Priors
fengzhang427/LRD
Official implementation for our ICCV 2023 paper “Towards General Low-Light Raw Noise Synthesis and Modeling”
TeaPoly/CTC-OptimizedLoss
Computes the MWER (minimum WER) Loss with CTC beam search. Knowledge distillation for CTC loss.
fabiopk/RT_GestureRecognition
Real time gesture recognition using PyTorch
Zipei-Chen/CANet
ICCV 2021 CANet: A Context-Aware Network for Shadow Removal
Arxtage/videotouch.github.io
Multi-User Remote Robot Control in Video Calls by DNN-based Gesture Recognition
walsvid/VGG-TensorFlow
VGGNet with TensorFlow
Well-Lee-pro/Supplement-of-zoom-learn-zoom
Supplement of train code for zoom-learn-zoom