Pinned Repositories
algorithom
darknet
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
graphhopper
Open source routing engine for OpenStreetMap. Use it as Java library or server.
Hyperspectral-Band-Selection
Thesis learning of《Hyperspectral Band Selection A review》
Object-Detection-Knowledge-Distillation
An Object Detection Knowledge Distillation framework powered by pytorch, now having SSD and yolov5.
Sal_project
A saliency project based on SalGAN for ML lesson
TransparentShapeReconstruction
vedai
vedai dataset for darknet
voc2coco
How to create custom COCO data set for object detection
YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone
YOLO ModelCompression MultidatasetTraining
chenkeshuai's Repositories
chenkeshuai/darknet
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
chenkeshuai/graphhopper
Open source routing engine for OpenStreetMap. Use it as Java library or server.
chenkeshuai/Object-Detection-Knowledge-Distillation
An Object Detection Knowledge Distillation framework powered by pytorch, now having SSD and yolov5.
chenkeshuai/voc2coco
How to create custom COCO data set for object detection
chenkeshuai/algorithom
chenkeshuai/awesome-tiny-object-detection
🕶 A curated list of Tiny Object Detection papers and related resources.
chenkeshuai/cnn-explainer
Learning Convolutional Neural Networks with Interactive Visualization.
chenkeshuai/Dilation-FasterRCNN
Distillation used in FasterRCNN (updating)
chenkeshuai/Distillation-of-Faster-rcnn
Distillation for faster rcnn in classification,regression,feature level,feature level +mask
chenkeshuai/Distilling-Object-Detectors
chenkeshuai/EESRGAN
Small-Object Detection in Remote Sensing (satellite) Images with End-to-End Edge-Enhanced GAN and Object Detector Network
chenkeshuai/EESRGAN_SSD
chenkeshuai/EESRGAN_SSD_WithData
chenkeshuai/EfficientNet-PyTorch
A PyTorch implementation of EfficientNet
chenkeshuai/faster-rcnn-pytorch
这是一个faster-rcnn的pytorch实现的库,可以利用voc数据集格式的数据进行训练。
chenkeshuai/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
chenkeshuai/faster_rcnnv1
pytorch implement of fasterRCNN,736px(max side),39.4mAP(COCO),30.21fps(RTX 2080TI)
chenkeshuai/FGD
Focal and Global Knowledge Distillation for Detectors (CVPR 2022)
chenkeshuai/FOD-data
A dataset of foreign object debris (FOD) designed for computer vision applications.
chenkeshuai/matrixnet
PyTorch implementation for MatrixNet object detection architecture.
chenkeshuai/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
chenkeshuai/OMGD
Online Multi-Granularity Distillation for GAN Compression (ICCV2021)
chenkeshuai/prepare_detection_dataset
convert dataset to coco/voc format
chenkeshuai/Pytorch-Camp
chenkeshuai/pytorch-tools
Tool box for PyTorch
chenkeshuai/QueryDet-PyTorch
[CVPR 2022 Oral] QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection
chenkeshuai/spring-framework
Spring Framework
chenkeshuai/yolov4-pytorch
这是一个YoloV4-pytorch的源码,可以用于训练自己的模型。
chenkeshuai/yolov4-tiny-pytorch
这是一个YoloV4-tiny-pytorch的源码,可以用于训练自己的模型。
chenkeshuai/yolov5-knowledge-distillation
implementation of Distilling Object Detectors with Fine-grained Feature Imitation on yolov5