Pinned Repositories
3d-game-shaders-for-beginners
🎮 A step-by-step guide on how to implement SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
3d-ken-burns
an implementation of 3D Ken Burns Effect from a Single Image using PyTorch
A-Light-and-Fast-Face-Detector-for-Edge-Devices
A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
AC-FPN
Implement of paper 《Attention-guided Context Feature Pyramid Network for Object Detection》
ACoL
(CVPR2018) Adversarial Complementary Learning for Weakly Supervised Object Localization
awesome-anomaly-detection
A complete list of papers on anomaly detection.
MeiweiPCB
mixture-model-based-object-detector
Mixture-Model-based Object Detector: PyTorch Implementation
PyTorch-StudioGAN
StudioGAN is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation.
youtang1993's Repositories
youtang1993/3d-ken-burns
an implementation of 3D Ken Burns Effect from a Single Image using PyTorch
youtang1993/Adaptive-anti-Aliasing
youtang1993/aim
Aim — a super-easy way to record, search and compare AI experiments
youtang1993/antialiased-cnns
pip install antialiased-cnns to improve stability and accuracy
youtang1993/Bringing-Old-Photos-Back-to-Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
youtang1993/colorization
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
youtang1993/contiguous_pytorch_params
Accelerate training by storing parameters in one contiguous chunk of memory.
youtang1993/Deformable-DETR
Deformable DETR: Deformable Transformers for End-to-End Object Detection.
youtang1993/fedlearner
A multi-party collaborative machine learning framework
youtang1993/generative_inpainting
DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
youtang1993/GFNet-Pytorch
A general framework for inferring CNNs efficiently. Reduce the inference latency of MobileNet-V3 by 20% on an iPhone XS Max without sacrificing accuracy.
youtang1993/GFocalV2
Generalized Focal Loss V2: Learning Reliable Localization Quality Estimation for Dense Object Detection
youtang1993/imagehash
🌄 Perceptual image hashing for PHP
youtang1993/imaginaire
NVIDIA PyTorch GAN library with distributed and mixed precision support
youtang1993/imbalanced-semi-self
[NeurIPS 2020] Semi-Supervision (Unlabeled Data) & Self-Supervision Improve Class-Imbalanced / Long-Tailed Learning
youtang1993/ISDA-for-Deep-Networks
An efficient implicit semantic augmentation method, complementary to existing non-semantic techniques.
youtang1993/nanodet
⚡Super fast and lightweight anchor-free object detection model. 🔥Only 1.8mb and run 97FPS on cellphone🔥
youtang1993/nb
Neural Network Blocks - Collect all kinds of fancy model blocks for you to build more powerful neural network model.
youtang1993/Pillow
The friendly PIL fork (Python Imaging Library)
youtang1993/pytorch-lightning
The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.
youtang1993/pytorch-YOLOv4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
youtang1993/RelationNet2
RelationNet++: Bridging Visual Representations for Object Detection via Transformer Decoder
youtang1993/SimpleCVReproduction
reproduce simple cv project including classification, object detection, segmentation, keypoint detection, tracking, attention mechanism:smile: etc.
youtang1993/SplitNet-Divide-and-Co-training
Code of the paper "SplitNet: Divide and Co-training".
youtang1993/stylegan2-ada
StyleGAN2 with adaptive discriminator augmentation (ADA) - Official TensorFlow implementation
youtang1993/swav
PyTorch implementation of SwAV https//arxiv.org/abs/2006.09882
youtang1993/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
youtang1993/U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
youtang1993/VarifocalNet
VarifocalNet: An IoU-aware Dense Object Detector
youtang1993/yolov3-point
从零开始学习YOLOv3教程解读代码+注意力模块(SE,SPP,RFB etc)