Pinned Repositories
A2-FPN
AC-FPN
Implement of paper 《Attention-guided Context Feature Pyramid Network for Object Detection》
acm-pytorch
The implement of paper "Asymmetric Contextual Modulation for Infrared Small Target Detection" in Pytorch
AGLN
AGPCNet
Official Implementation of Attention-Guided Pyramid Context Networks for Infrared Small Target Detection
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
ANN
semantic segmentation,pytorch,non-local
ASFF
yolov3 with mobilenet v2 and ASFF
C2FNet
build
RePaint-Inpainting-using-Denoising-Diffusion-Probabilistic-Models
Official PyTorch Code and Models of "RePaint: Inpainting using Denoising Diffusion Probabilistic Models", CVPR 2022
Yidan-Zhang's Repositories
Yidan-Zhang/acm-pytorch
The implement of paper "Asymmetric Contextual Modulation for Infrared Small Target Detection" in Pytorch
Yidan-Zhang/awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
Yidan-Zhang/CCNet
CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).
Yidan-Zhang/DANet
Dual Attention Network for Scene Segmentation (CVPR2019)
Yidan-Zhang/Data_Augmentation_Zoo_for_Object_Detection
Includes: Learning data augmentation strategies for object detection | GridMask data augmentation | Augmentation for small object detection in Numpy. Use RetinaNet with ResNet-18 to test these methods on VOC and KITTI.
Yidan-Zhang/DeFCN
End-to-End Object Detection with Fully Convolutional Network
Yidan-Zhang/Effective-Fusion-Factor
Effective Fusion Factor in FPN for Tiny Object Detection(WACV2021)
Yidan-Zhang/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets
Yidan-Zhang/EfficientNet-PyTorch
A PyTorch implementation of EfficientNet and EfficientNetV2 (coming soon!)
Yidan-Zhang/efficientnet-yolo3-pytorch
这是一个efficientnet-yolo3-pytorch的源码,将yolov3的主干特征提取网络修改成了efficientnet
Yidan-Zhang/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
Yidan-Zhang/flexible-yolov5
More readable and flexible yolov5 with more backbone(resnet, shufflenet, moblienet, efficientnet, hrnet, swin-transformer) and (cbam,dcn and so on), and tensorrt
Yidan-Zhang/HRNet-Semantic-Segmentation
The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919
Yidan-Zhang/IRSTD
Infrared Small Target Detection (IRSTD)
Yidan-Zhang/mobilenet-yolov4-lite-pytorch
这是一个mobilenet-yolov4-lite的库,把yolov4主干网络修改成了mobilenet,修改了Panet的卷积组成,使参数量大幅度缩小。
Yidan-Zhang/ObjectDetection
infrared small and dim target detection
Yidan-Zhang/open-aff
code and trained models for "Attentional Feature Fusion"
Yidan-Zhang/open-alcnet
codes and trained models for the ALCNet
Yidan-Zhang/Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
Yidan-Zhang/PyTorch_YOLOv4
PyTorch implementation of YOLOv4
Yidan-Zhang/QueryDet-PyTorch
QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection
Yidan-Zhang/SimpleCVReproduction
:punch: Reproduce simple cv project including attention module, classification, object detection, segmentation, keypoint detection, tracking :smile: etc.
Yidan-Zhang/spatial_attention-RL
Visual Navigation with Spatial Attention
Yidan-Zhang/TinyBenchmark
Scale Match for Tiny Person Detection(WACV2020), Official link of the dataset
Yidan-Zhang/unet-pytorch
这是一个unet-pytorch的源码,可以训练自己的模型
Yidan-Zhang/Yidan-Zhang
Config files for my GitHub profile.
Yidan-Zhang/YOLO-Multi-Backbones-Attention
Model Compression—YOLOv3 with multi lightweight backbones(ShuffleNetV2 HuaWei GhostNet), attention, prune and quantization
Yidan-Zhang/yolov3-point
从零开始学习YOLOv3教程解读代码+注意力模块(SE,SPP,RFB etc)
Yidan-Zhang/yolov4-pytorch
这是一个YoloV4-pytorch的源码,可以用于训练自己的模型。
Yidan-Zhang/YOLOv4-pytorch-1
This is a pytorch repository of YOLOv4, attentive YOLOv4 and mobilenet YOLOv4 with PASCAL VOC and COCO