LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
requirements.txt
setup.py
groundeddino_vl/__init__.py
groundeddino_vl/__main__.py
groundeddino_vl/batch_inference.py
groundeddino_vl/version.py
groundeddino_vl/weights_manager.py
groundeddino_vl.egg-info/PKG-INFO
groundeddino_vl.egg-info/SOURCES.txt
groundeddino_vl.egg-info/dependency_links.txt
groundeddino_vl.egg-info/entry_points.txt
groundeddino_vl.egg-info/not-zip-safe
groundeddino_vl.egg-info/requires.txt
groundeddino_vl.egg-info/top_level.txt
groundeddino_vl/api/__init__.py
groundeddino_vl/data/__init__.py
groundeddino_vl/data/transforms.py
groundeddino_vl/datasets/__init__.py
groundeddino_vl/exporters/__init__.py
groundeddino_vl/ls_backend/__init__.py
groundeddino_vl/ls_backend/config.py
groundeddino_vl/ls_backend/database.py
groundeddino_vl/ls_backend/inference_engine.py
groundeddino_vl/ls_backend/model_loader.py
groundeddino_vl/ls_backend/schemas.py
groundeddino_vl/ls_backend/server.py
groundeddino_vl/ls_backend/utils.py
groundeddino_vl/models/__init__.py
groundeddino_vl/models/registry.py
groundeddino_vl/models/configs/GroundingDINO_SwinB_cfg.py
groundeddino_vl/models/configs/GroundingDINO_SwinT_OGC.py
groundeddino_vl/models/grounding_dino/__init__.py
groundeddino_vl/models/grounding_dino/bert_wrapper.py
groundeddino_vl/models/grounding_dino/fuse_modules.py
groundeddino_vl/models/grounding_dino/model.py
groundeddino_vl/models/grounding_dino/ms_deform_attn.py
groundeddino_vl/models/grounding_dino/transformer.py
groundeddino_vl/models/grounding_dino/transformer_vanilla.py
groundeddino_vl/models/grounding_dino/utils.py
groundeddino_vl/models/grounding_dino/backbone/__init__.py
groundeddino_vl/models/grounding_dino/backbone/backbone.py
groundeddino_vl/models/grounding_dino/backbone/position_encoding.py
groundeddino_vl/models/grounding_dino/backbone/swin_transformer.py
groundeddino_vl/ops/__init__.py
groundeddino_vl/ops/csrc/cuda_version.cu
groundeddino_vl/ops/csrc/vision.cpp
groundeddino_vl/ops/csrc/deform_attn/ms_deform_attn.h
groundeddino_vl/ops/csrc/deform_attn/ms_deform_attn_cpu.cpp
groundeddino_vl/ops/csrc/deform_attn/ms_deform_attn_cpu.h
groundeddino_vl/ops/csrc/deform_attn/ms_deform_attn_cuda.cu
groundeddino_vl/ops/csrc/deform_attn/ms_deform_attn_cuda.h
groundeddino_vl/ops/csrc/deform_attn/ms_deform_im2col_cuda.cuh
groundeddino_vl/utils/__init__.py
groundeddino_vl/utils/box_ops.py
groundeddino_vl/utils/get_tokenlizer.py
groundeddino_vl/utils/inference.py
groundeddino_vl/utils/logger.py
groundeddino_vl/utils/misc.py
groundeddino_vl/utils/slconfig.py
groundeddino_vl/utils/slio.py
groundeddino_vl/utils/time_counter.py
groundeddino_vl/utils/utils.py
groundeddino_vl/utils/visualizer.py
groundeddino_vl/utils/vl_utils.py
groundingdino/__init__.py
groundingdino/version.py