Skip to content

Commit 80a802e

Browse files
committed
support Oriented GroundingDINO
1 parent 524dcc4 commit 80a802e

8 files changed

Lines changed: 1679 additions & 253 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.circleci/docker/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

.circleci/scripts/get_mmcv_var.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

.circleci/test.yml

Lines changed: 0 additions & 189 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from .grounding_dino import RotatedGroundingDINO
2+
from .grounding_dino_head import RotatedGroundingDINOHead
3+
4+
__all__ = [
5+
'RotatedGroundingDINO', 'RotatedGroundingDINOHead'
6+
]

0 commit comments

Comments
 (0)