FYM1209's Stars
WongKinYiu/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
meituan/YOLOv6
YOLOv6: a single-stage object detection framework dedicated to industrial applications.
bubbliiiing/yolov4-pytorch
这是一个YoloV4-pytorch的源码,可以用于训练自己的模型。
WongKinYiu/PyTorch_YOLOv4
PyTorch implementation of YOLOv4
argusswift/SSD-Pytorch
SSD目标检测算法(Single Shot MultiBox Detector)(简单,明了,易用,全中文注释,单机多卡训练,视频检测)( If you train the model on a single computer and mutil GPU, this program will be your best choice , easier to use and easier to understand )
argusswift/YOLOv4-pytorch
This is a pytorch repository of YOLOv4, attentive YOLOv4 and mobilenet YOLOv4 with PASCAL VOC and COCO
WongKinYiu/ScaledYOLOv4
Scaled-YOLOv4: Scaling Cross Stage Partial Network
Tianxiaomo/pytorch-YOLOv4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
vietnh1009/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
tankWang1024/yolov3-pytorch-paper
amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
vietnh1009/Yolo-v2-pytorch
YOLO for object detection tasks
lavendelion/YOLOv1-from-scratch
YOLOv1-from-scratch
yjh0410/PyTorch_YOLO-Family
duanyiqun/YOLO-Minimal
yolov1,v2 a minimal tutorial-like implementation on PyTorch
yjh0410/new-YOLOv1_PyTorch
Vegeta2020/CIA-SSD
CIA-SSD: Confident IoU-Aware Single Stage Object Detector From Point Cloud, AAAI 2021.
johnwingit/YOLOV1_Pytorch
liuyuemaicha/simple_faster_rcnn
run this repository only depend python2.7 and Pytorch (0.3 or 0.4)
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
rjnp2/R-CNN-from-scratch-in-python
Step-By-Step Implementation of R-CNN from scratch in python
zhangfan2018/Faster-RCNN-Pytorch
对Faster-RCNN代码进行整理和注释
kuangliu/pytorch-cifar
95.47% on CIFAR10 with PyTorch
bubbliiiing/faster-rcnn-pytorch
这是一个faster-rcnn的pytorch实现的库,可以利用voc数据集格式的数据进行训练。
Koorye/faster-rcnn-demo
Faster RCNN pytorch简单复现
BBuf/simple-faster-rcnn-explain
chenyuntc/simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
52CV/CVPR-2021-Papers
sloth2012/AlexNet
AlexNet pytorch