LICENSE
MANIFEST.in
README.md
pyproject.toml
peaceofcake/__init__.py
peaceofcake/cli.py
peaceofcake.egg-info/PKG-INFO
peaceofcake.egg-info/SOURCES.txt
peaceofcake.egg-info/dependency_links.txt
peaceofcake.egg-info/entry_points.txt
peaceofcake.egg-info/requires.txt
peaceofcake.egg-info/top_level.txt
peaceofcake/cfg/__init__.py
peaceofcake/cfg/defaults.py
peaceofcake/engine/__init__.py
peaceofcake/engine/exporter.py
peaceofcake/engine/model.py
peaceofcake/engine/predictor.py
peaceofcake/engine/rfdetr_exporter.py
peaceofcake/engine/rfdetr_predictor.py
peaceofcake/engine/rfdetr_trainer.py
peaceofcake/engine/rfdetr_validator.py
peaceofcake/engine/trainer.py
peaceofcake/engine/validator.py
peaceofcake/models/__init__.py
peaceofcake/models/dfine.py
peaceofcake/models/rfdetr.py
peaceofcake/results/__init__.py
peaceofcake/results/detection.py
peaceofcake/third_party/__init__.py
peaceofcake/third_party/dfine/__init__.py
peaceofcake/third_party/dfine/configs/__init__.py
peaceofcake/third_party/dfine/configs/runtime.yml
peaceofcake/third_party/dfine/configs/dataset/coco_detection.yml
peaceofcake/third_party/dfine/configs/dfine/dfine_hgnetv2_l_coco.yml
peaceofcake/third_party/dfine/configs/dfine/dfine_hgnetv2_m_coco.yml
peaceofcake/third_party/dfine/configs/dfine/dfine_hgnetv2_n_coco.yml
peaceofcake/third_party/dfine/configs/dfine/dfine_hgnetv2_s_coco.yml
peaceofcake/third_party/dfine/configs/dfine/dfine_hgnetv2_x_coco.yml
peaceofcake/third_party/dfine/configs/dfine/include/dataloader.yml
peaceofcake/third_party/dfine/configs/dfine/include/dfine_hgnetv2.yml
peaceofcake/third_party/dfine/configs/dfine/include/optimizer.yml
peaceofcake/third_party/dfine/src/__init__.py
peaceofcake/third_party/dfine/src/core/__init__.py
peaceofcake/third_party/dfine/src/core/_config.py
peaceofcake/third_party/dfine/src/core/workspace.py
peaceofcake/third_party/dfine/src/core/yaml_config.py
peaceofcake/third_party/dfine/src/core/yaml_utils.py
peaceofcake/third_party/dfine/src/data/__init__.py
peaceofcake/third_party/dfine/src/data/_misc.py
peaceofcake/third_party/dfine/src/data/dataloader.py
peaceofcake/third_party/dfine/src/data/dataset/__init__.py
peaceofcake/third_party/dfine/src/data/dataset/_dataset.py
peaceofcake/third_party/dfine/src/data/dataset/cifar_dataset.py
peaceofcake/third_party/dfine/src/data/dataset/coco_dataset.py
peaceofcake/third_party/dfine/src/data/dataset/coco_eval.py
peaceofcake/third_party/dfine/src/data/dataset/coco_utils.py
peaceofcake/third_party/dfine/src/data/dataset/voc_detection.py
peaceofcake/third_party/dfine/src/data/dataset/voc_eval.py
peaceofcake/third_party/dfine/src/data/transforms/__init__.py
peaceofcake/third_party/dfine/src/data/transforms/_transforms.py
peaceofcake/third_party/dfine/src/data/transforms/container.py
peaceofcake/third_party/dfine/src/data/transforms/functional.py
peaceofcake/third_party/dfine/src/data/transforms/mosaic.py
peaceofcake/third_party/dfine/src/data/transforms/presets.py
peaceofcake/third_party/dfine/src/misc/__init__.py
peaceofcake/third_party/dfine/src/misc/box_ops.py
peaceofcake/third_party/dfine/src/misc/dist_utils.py
peaceofcake/third_party/dfine/src/misc/lazy_loader.py
peaceofcake/third_party/dfine/src/misc/logger.py
peaceofcake/third_party/dfine/src/misc/profiler_utils.py
peaceofcake/third_party/dfine/src/misc/visualizer.py
peaceofcake/third_party/dfine/src/nn/__init__.py
peaceofcake/third_party/dfine/src/nn/arch/__init__.py
peaceofcake/third_party/dfine/src/nn/arch/classification.py
peaceofcake/third_party/dfine/src/nn/arch/yolo.py
peaceofcake/third_party/dfine/src/nn/backbone/__init__.py
peaceofcake/third_party/dfine/src/nn/backbone/common.py
peaceofcake/third_party/dfine/src/nn/backbone/csp_darknet.py
peaceofcake/third_party/dfine/src/nn/backbone/csp_resnet.py
peaceofcake/third_party/dfine/src/nn/backbone/hgnetv2.py
peaceofcake/third_party/dfine/src/nn/backbone/presnet.py
peaceofcake/third_party/dfine/src/nn/backbone/test_resnet.py
peaceofcake/third_party/dfine/src/nn/backbone/timm_model.py
peaceofcake/third_party/dfine/src/nn/backbone/torchvision_model.py
peaceofcake/third_party/dfine/src/nn/backbone/utils.py
peaceofcake/third_party/dfine/src/nn/criterion/__init__.py
peaceofcake/third_party/dfine/src/nn/criterion/det_criterion.py
peaceofcake/third_party/dfine/src/nn/postprocessor/__init__.py
peaceofcake/third_party/dfine/src/nn/postprocessor/box_revert.py
peaceofcake/third_party/dfine/src/nn/postprocessor/detr_postprocessor.py
peaceofcake/third_party/dfine/src/nn/postprocessor/nms_postprocessor.py
peaceofcake/third_party/dfine/src/optim/__init__.py
peaceofcake/third_party/dfine/src/optim/amp.py
peaceofcake/third_party/dfine/src/optim/ema.py
peaceofcake/third_party/dfine/src/optim/optim.py
peaceofcake/third_party/dfine/src/optim/warmup.py
peaceofcake/third_party/dfine/src/solver/__init__.py
peaceofcake/third_party/dfine/src/solver/_solver.py
peaceofcake/third_party/dfine/src/solver/clas_engine.py
peaceofcake/third_party/dfine/src/solver/clas_solver.py
peaceofcake/third_party/dfine/src/solver/det_engine.py
peaceofcake/third_party/dfine/src/solver/det_solver.py
peaceofcake/third_party/dfine/src/solver/validator.py
peaceofcake/third_party/dfine/src/zoo/__init__.py
peaceofcake/third_party/dfine/src/zoo/dfine/__init__.py
peaceofcake/third_party/dfine/src/zoo/dfine/box_ops.py
peaceofcake/third_party/dfine/src/zoo/dfine/denoising.py
peaceofcake/third_party/dfine/src/zoo/dfine/dfine.py
peaceofcake/third_party/dfine/src/zoo/dfine/dfine_criterion.py
peaceofcake/third_party/dfine/src/zoo/dfine/dfine_decoder.py
peaceofcake/third_party/dfine/src/zoo/dfine/dfine_utils.py
peaceofcake/third_party/dfine/src/zoo/dfine/hybrid_encoder.py
peaceofcake/third_party/dfine/src/zoo/dfine/matcher.py
peaceofcake/third_party/dfine/src/zoo/dfine/postprocessor.py
peaceofcake/third_party/dfine/src/zoo/dfine/utils.py
peaceofcake/utils/__init__.py
peaceofcake/utils/converters.py
peaceofcake/utils/downloads.py
peaceofcake/utils/plotting.py