LICENSE
README.md
pyproject.toml
src/rfdetr/__init__.py
src/rfdetr/__main__.py
src/rfdetr/_namespace.py
src/rfdetr/config.py
src/rfdetr/detr.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/coco_classes.py
src/rfdetr/assets/model_weights.py
src/rfdetr/cli/__init__.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/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/evaluation/__init__.py
src/rfdetr/evaluation/coco_eval.py
src/rfdetr/evaluation/f1_sweep.py
src/rfdetr/evaluation/matching.py
src/rfdetr/export/__init__.py
src/rfdetr/export/benchmark.py
src/rfdetr/export/main.py
src/rfdetr/export/protocols.py
src/rfdetr/export/tensorrt.py
src/rfdetr/export/_onnx/__init__.py
src/rfdetr/export/_onnx/exporter.py
src/rfdetr/export/_onnx/symbolic.py
src/rfdetr/models/__init__.py
src/rfdetr/models/criterion.py
src/rfdetr/models/lwdetr.py
src/rfdetr/models/matcher.py
src/rfdetr/models/math.py
src/rfdetr/models/position_encoding.py
src/rfdetr/models/postprocess.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/heads/__init__.py
src/rfdetr/models/heads/detection.py
src/rfdetr/models/heads/segmentation.py
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/downloads.py
src/rfdetr/platform/models.py
src/rfdetr/training/__init__.py
src/rfdetr/training/auto_batch.py
src/rfdetr/training/checkpoint.py
src/rfdetr/training/cli.py
src/rfdetr/training/drop_schedule.py
src/rfdetr/training/model_ema.py
src/rfdetr/training/module_data.py
src/rfdetr/training/module_model.py
src/rfdetr/training/param_groups.py
src/rfdetr/training/trainer.py
src/rfdetr/training/callbacks/__init__.py
src/rfdetr/training/callbacks/best_model.py
src/rfdetr/training/callbacks/coco_eval.py
src/rfdetr/training/callbacks/drop_schedule.py
src/rfdetr/training/callbacks/ema.py
src/rfdetr/util/__init__.py
src/rfdetr/util/box_ops.py
src/rfdetr/util/coco_classes.py
src/rfdetr/util/drop_scheduler.py
src/rfdetr/util/files.py
src/rfdetr/util/get_param_dicts.py
src/rfdetr/util/logger.py
src/rfdetr/util/misc.py
src/rfdetr/util/package.py
src/rfdetr/util/utils.py
src/rfdetr/util/visualize.py
src/rfdetr/utilities/__init__.py
src/rfdetr/utilities/box_ops.py
src/rfdetr/utilities/decorators.py
src/rfdetr/utilities/distributed.py
src/rfdetr/utilities/files.py
src/rfdetr/utilities/logger.py
src/rfdetr/utilities/package.py
src/rfdetr/utilities/reproducibility.py
src/rfdetr/utilities/state_dict.py
src/rfdetr/utilities/tensors.py
src/rfdetr/visualize/__init__.py
src/rfdetr/visualize/data.py
src/rfdetr/visualize/training.py
tests/test_evaluation.py
tests/test_namespace.py