Pinned Repositories
-
各种花里胡哨的脚本
123
ASFF
yolov3 with mobilenet v2 and ASFF
Detr-heat-map-visualization
用于detr的各个头部的位置热图/输出热图可视化
FCOS
HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese only).
mmcv_mmdet_annotation
mmcv和mmdet中文注释版,不定时更新。
nn.Transformer
using nn.Transformer() module to accomplish a machine learning demo.
RotateCenterNet
CenterNet基础上实现旋转目标检测
YOLOv3-model-pruning
在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)
wulele2's Repositories
wulele2/YOLOv3-model-pruning
在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)
wulele2/ASFF
yolov3 with mobilenet v2 and ASFF
wulele2/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
wulele2/awesome-semantic-segmentation-pytorch
Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
wulele2/Deep-Learning
wulele2/DeepGlobe-Road-Extraction-Challenge
D-LinkNet: LinkNet with Pretrained Encoder and Dilated Convolution for High Resolution Satellite Imagery Road Extraction
wulele2/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
wulele2/face-dataset
Face related datasets
wulele2/FCN-pytorch
🚘 Easiest Fully Convolutional Networks
wulele2/FCOS.Pytorch
fcos implementation in pytorch1.x
wulele2/landmark-detection
Several landmark detection algorithms, implemented in PyTorch.
wulele2/LeetCode
wulele2/lihang-code
《统计学习方法》的代码实现
wulele2/LRF-Net
Learning Rich Features at High-Speed for Single-Shot Object Detection, ICCV, 2019
wulele2/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
wulele2/NAS-Projects
11 neural architecture search (NAS) algorithms implemented in PyTorch.
wulele2/PolarMask
Code for 'PolarMask: Single Shot Instance Segmentation with Polar Representation'
wulele2/pytorch-cpp
C++ Implementation of PyTorch Tutorial for Deep Learning Researchers
wulele2/pytorch_tricks
some tircks for PyTorch
wulele2/RFBNet
Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
wulele2/RFSong-7993
设计的轻量级RFB进行行人检测,AP达到0.7993,参数量仅有3.1MB,200 FPS
wulele2/Safety-Helmet-Wearing-Dataset
Safety helmet wearing detect dataset, with pretrained model
wulele2/SLRDet
This project is base on mmdetection to reimplement RRPN and use the model Faster R-CNN OBB.Supporting Remote Sensing datasets including DOTA datasets
wulele2/sppnet-pytorch
A simple Spatial Pyramid Pooling layer which could be added in CNN
wulele2/SSD_Pytorch
support different SSDs and different scale test, support refineDet.
wulele2/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
wulele2/TinyBenchmark
wulele2/UWGAN_UIE
Source code for UWGAN: Underwater GAN for Real-world Underwater Color Restoration and Dehazing
wulele2/YOLOv3
An exercise to implement YOLOv3 from scratch in pyTorch
wulele2/yolov3-channel-and-layer-pruning
yolov3 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏