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