#285 · Primary category: Computer Vision
yolov7_d2
🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥
Project last updated:11/18/23
GitHub Stars
3.1K
Forks
467
Contributors
23
License
GPL-3.0
Why we included this project
YOLOv7_d2 is a detectron2-based training codebase that covers both classic YOLO detectors and transformer-based DETR models. You can train YOLOv4/YOLOv7, YOLOX, YOLOv6, and DETR-family architectures from one pipeline using COCO-format data and shared augmentation and loss utilities. It also goes beyond plain bounding boxes: instance segmentation and one-stage keypoint heads are supported, and many models export to ONNX and run with TensorRT, which matters if you plan to deploy a trained detector on edge hardware. The bundled backbones (ResNet, Res2Net, Swin, PVTv2, ConvNeXt) and interchangeable heads make it handy for measuring accuracy-versus-latency trade-offs on your own dataset before picking one architecture. Just be aware that some newer features are closed-source and the repo has not been updated since late 2023, so treat it as a research toolkit rather than a maintained production framework.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)