LICENSE
README.md
pyproject.toml
src/rfdetr/__init__.py
src/rfdetr/config.py
src/rfdetr/detr.py
src/rfdetr/engine.py
src/rfdetr/main.py
src/rfdetr/py.typed
src/rfdetr.egg-info/PKG-INFO
src/rfdetr.egg-info/SOURCES.txt
src/rfdetr.egg-info/dependency_links.txt
src/rfdetr.egg-info/entry_points.txt
src/rfdetr.egg-info/requires.txt
src/rfdetr.egg-info/top_level.txt
src/rfdetr/assets/__init__.py
src/rfdetr/assets/model_weights.py
src/rfdetr/cli/main.py
src/rfdetr/datasets/__init__.py
src/rfdetr/datasets/_develop.py
src/rfdetr/datasets/aug_config.py
src/rfdetr/datasets/coco.py
src/rfdetr/datasets/coco_eval.py
src/rfdetr/datasets/o365.py
src/rfdetr/datasets/save_grids.py
src/rfdetr/datasets/synthetic.py
src/rfdetr/datasets/transforms.py
src/rfdetr/datasets/yolo.py
src/rfdetr/deploy/__init__.py
src/rfdetr/deploy/benchmark.py
src/rfdetr/deploy/export.py
src/rfdetr/deploy/_onnx/__init__.py
src/rfdetr/deploy/_onnx/optimizer.py
src/rfdetr/deploy/_onnx/symbolic.py
src/rfdetr/models/__init__.py
src/rfdetr/models/lwdetr.py
src/rfdetr/models/matcher.py
src/rfdetr/models/position_encoding.py
src/rfdetr/models/segmentation_head.py
src/rfdetr/models/transformer.py
src/rfdetr/models/backbone/__init__.py
src/rfdetr/models/backbone/backbone.py
src/rfdetr/models/backbone/base.py
src/rfdetr/models/backbone/dinov2.py
src/rfdetr/models/backbone/dinov2_with_windowed_attn.py
src/rfdetr/models/backbone/projector.py
src/rfdetr/models/backbone/dinov2_configs/dinov2_base.json
src/rfdetr/models/backbone/dinov2_configs/dinov2_large.json
src/rfdetr/models/backbone/dinov2_configs/dinov2_small.json
src/rfdetr/models/backbone/dinov2_configs/dinov2_with_registers_base.json
src/rfdetr/models/backbone/dinov2_configs/dinov2_with_registers_large.json
src/rfdetr/models/backbone/dinov2_configs/dinov2_with_registers_small.json
src/rfdetr/models/ops/__init__.py
src/rfdetr/models/ops/functions/__init__.py
src/rfdetr/models/ops/functions/ms_deform_attn_func.py
src/rfdetr/models/ops/modules/__init__.py
src/rfdetr/models/ops/modules/ms_deform_attn.py
src/rfdetr/platform/__init__.py
src/rfdetr/platform/models.py
src/rfdetr/platform/platform_downloads.py
src/rfdetr/util/__init__.py
src/rfdetr/util/benchmark.py
src/rfdetr/util/box_ops.py
src/rfdetr/util/coco_classes.py
src/rfdetr/util/drop_scheduler.py
src/rfdetr/util/early_stopping.py
src/rfdetr/util/files.py
src/rfdetr/util/get_param_dicts.py
src/rfdetr/util/logger.py
src/rfdetr/util/metrics.py
src/rfdetr/util/misc.py
src/rfdetr/util/obj365_to_coco_model.py
src/rfdetr/util/package.py
src/rfdetr/util/utils.py
src/rfdetr/util/visualize.py
src/rfdetr/utilities/__init__.py
src/rfdetr/utilities/decorators.py
tests/test_engine.py