From b0a9ee1d2b2e1977ff8de507415c287286678b70 Mon Sep 17 00:00:00 2001 From: Justin Kay Date: Wed, 31 Jul 2024 15:01:58 -0700 Subject: [PATCH] Add Align and Distill (ALDI) to Projects README Align and Distill (ALDI) is a state-of-the-art framework for domain adaptive object detection build on top of Detectron2. --- projects/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/README.md b/projects/README.md index 7fb29afcf2..91b043cc5c 100644 --- a/projects/README.md +++ b/projects/README.md @@ -48,3 +48,4 @@ External projects in the community that use detectron2: + [BCNet](https://github.com/lkeab/BCNet), a bilayer decoupling instance segmentation method. + [DD3D](https://github.com/TRI-ML/dd3d), A fully convolutional 3D detector. + [detrex](https://github.com/IDEA-Research/detrex), a detection toolbox for transformer-based detection algorithms including Deformable-DETR, DAB-DETR, DN-DETR, DINO, etc. ++ [ALDI](https://github.com/justinkay/aldi), Domain adaptive object detection.