Pinned Repositories
ac-gan
A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).
academicpages.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
Active-Convolution
Active Convolution
AdversarialNetsPapers
The classical Papers about adversial nets
AE-WTN
Scaling Object Detection by Transferring Classification Weights
AlphaPose
Real-Time Multi-Person Pose Estimation System
Amazon-Forest-Computer-Vision
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
feature_selective_networks
base implementation of the RoI pooling strategy described in the paper "Feature Selective Networks for Object Detection"
xychen9459's Repositories
xychen9459/AutoAssign
Pytorch implementation of "AutoAssign: Differentiable Label Assignment for Dense Object Detection"
xychen9459/BorderDet
Stay tuned for updates!
xychen9459/cclabeler
A web tool for labeling pedestrians in an image, provideing two types of label: box and point.
xychen9459/COCO-Assistant
Helper for dealing with MS-COCO annotations
xychen9459/coco-minitrain
a subset of coco dataset for faster experimentation
xychen9459/CoLAD
Official Implementation of the WACV 2022 paper: Improve Object Detection with Label Assignment Distillation.
xychen9459/cvpods
All-in-one Toolbox for Computer Vision Research.
xychen9459/DAMO-YOLO
DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
xychen9459/DenseCL
Dense Contrastive Learning (DenseCL) for self-supervised representation learning, CVPR 2021.
xychen9459/EdMIPS
PyTorch implementation of EdMIPS: https://arxiv.org/pdf/2004.05795.pdf
xychen9459/FSCE
xychen9459/GPA-detection
Implementation of Cross-domain Detection via Graph-induced Prototype Alignment (CVPR 2020 Oral).
xychen9459/HadesFCS
Complete flight control system designed from scratch. Hardware designed with KiCad.
xychen9459/Intensio-Obfuscator
Obfuscate a python code 2.x and 3.x
xychen9459/LiDAR_RCNN
LiDAR R-CNN: An Efficient and Universal 3D Object Detector
xychen9459/liquid-dsp
digital signal processing library for software-defined radios
xychen9459/luaradio
A lightweight, embeddable software-defined radio framework built on LuaJIT
xychen9459/Machine_Learning_Code_Implementation
Mathematical derivation and pure Python code implementation of machine learning algorithms.
xychen9459/mmcv
OpenMMLab Computer Vision Foundation
xychen9459/noice
A native Android app to relax, improve focus and boost productivity with minimal background noise.
xychen9459/painterJava
Painterly Rendering from SIGGRAPH 98 paper (Java version)
xychen9459/PCS-FUDA
Official implementation of PCS in essay "Prototypical Cross-domain Self-supervised Learning for Few-shot Unsupervised Domain Adaptation"
xychen9459/PDFPatcher
PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等
xychen9459/poolformer
PoolFormer: MetaFormer is Actually What You Need for Vision
xychen9459/ProDA
Prototypical Pseudo Label Denoising and Target Structure Learning for Domain Adaptive Semantic Segmentation (CVPR 2021)
xychen9459/pyminifier
Pyminifier is a Python code minifier, obfuscator, and compressor.
xychen9459/Score-CAM
[CVPRW 2020] Official implementation of Score-CAM in Pytorch
xychen9459/SipMask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
xychen9459/UniDet
Object detection on multiple datasets with an automatically learned unified label space.
xychen9459/yolov5-knowledge-distillation
implementation of Distilling Object Detectors with Fine-grained Feature Imitation on yolov5