open-world-detection topic
OW-YOLO
Detect known and unknown objects in the open world(具有区分已知与未知能力的全新检测器))
mvits_for_class_agnostic_od
[ECCV'22] Official repository of paper titled "Class-agnostic Object Detection with Multi-modal Transformer".
OW-DETR
[CVPR 2022] Official Pytorch code for OW-DETR: Open-world Detection Transformer
GroundingDINO
Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
Open-GroundingDino
This is the third party implementation of the paper Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection.
good
[ICLR'23] GOOD: Exploring Geometric Cues for Detecting Objects in an Open World
GroundingDINO-onnxrun
使用onnxruntime部署GroundingDINO开放世界目标检测,包含C++和Python两个版本的程序
Detic-onnxrun-cpp-py
使用ONNXRuntime部署Detic检测2万1千种类别的物体,包含C++和Python两个版本的程序