LICENSE
README.md
pyproject.toml
flashdet/__init__.py
flashdet/cli.py
flashdet/registry.py
flashdet.egg-info/PKG-INFO
flashdet.egg-info/SOURCES.txt
flashdet.egg-info/dependency_links.txt
flashdet.egg-info/entry_points.txt
flashdet.egg-info/requires.txt
flashdet.egg-info/top_level.txt
flashdet/analytics/__init__.py
flashdet/analytics/benchmark.py
flashdet/analytics/dataset_stats.py
flashdet/analytics/detection_analysis.py
flashdet/analytics/flops.py
flashdet/analytics/metrics.py
flashdet/analytics/plots.py
flashdet/analytics/profiler.py
flashdet/analytics/report.py
flashdet/cfg/__init__.py
flashdet/cfg/config.py
flashdet/data/__init__.py
flashdet/data/augmentations.py
flashdet/data/dataloader.py
flashdet/data/dataset.py
flashdet/data/download.py
flashdet/data/prepare.py
flashdet/data/transforms.py
flashdet/engine/__init__.py
flashdet/engine/core/__init__.py
flashdet/engine/core/callbacks.py
flashdet/engine/core/ema.py
flashdet/engine/core/musgd.py
flashdet/engine/evaluation/__init__.py
flashdet/engine/evaluation/validator.py
flashdet/engine/inference/__init__.py
flashdet/engine/inference/postprocess.py
flashdet/engine/inference/predictor.py
flashdet/engine/training/__init__.py
flashdet/engine/training/active_learning_trainer.py
flashdet/engine/training/few_shot_trainer.py
flashdet/engine/training/semi_supervised_trainer.py
flashdet/engine/training/ssl_trainer.py
flashdet/engine/training/trainer.py
flashdet/losses/__init__.py
flashdet/losses/e2e_loss.py
flashdet/losses/varifocal_loss.py
flashdet/losses/yolo_loss.py
flashdet/models/__init__.py
flashdet/models/detector.py
flashdet/models/lora.py
flashdet/models/architectures/__init__.py
flashdet/models/architectures/flashdet.py
flashdet/models/architectures/yolov10.py
flashdet/models/architectures/yolov11.py
flashdet/models/architectures/yolov8.py
flashdet/models/architectures/yolov9.py
flashdet/models/architectures/yolox.py
flashdet/models/assignment/__init__.py
flashdet/models/assignment/stal.py
flashdet/models/backbone/__init__.py
flashdet/models/backbone/flash_backbone.py
flashdet/models/backbone/lite_backbone.py
flashdet/models/backbone/pico_backbone.py
flashdet/models/backbone/yolov10_backbone.py
flashdet/models/backbone/yolov11_backbone.py
flashdet/models/backbone/yolov8_backbone.py
flashdet/models/backbone/yolov9_backbone.py
flashdet/models/backbone/yolox_backbone.py
flashdet/models/head/__init__.py
flashdet/models/head/e2e_head.py
flashdet/models/head/yolo_head.py
flashdet/models/head/yolox_head.py
flashdet/models/layers/__init__.py
flashdet/models/layers/conv.py
flashdet/models/layers/conv_module.py
flashdet/models/layers/pooling.py
flashdet/models/layers/reparam.py
flashdet/models/layers/yolo_blocks.py
flashdet/models/neck/__init__.py
flashdet/models/neck/pico_neck.py
flashdet/models/neck/yolov10_neck.py
flashdet/models/neck/yolov11_neck.py
flashdet/models/neck/yolov8_neck.py
flashdet/models/neck/yolov9_neck.py
flashdet/models/neck/yolox_neck.py
flashdet/solutions/__init__.py
flashdet/solutions/_base.py
flashdet/solutions/analytics_dashboard.py
flashdet/solutions/crowd_density.py
flashdet/solutions/distance_calculator.py
flashdet/solutions/dwell_time.py
flashdet/solutions/heatmap.py
flashdet/solutions/live_inference.py
flashdet/solutions/object_blurrer.py
flashdet/solutions/object_counter.py
flashdet/solutions/object_cropper.py
flashdet/solutions/parking_manager.py
flashdet/solutions/queue_manager.py
flashdet/solutions/region_counter.py
flashdet/solutions/security_alarm.py
flashdet/solutions/speed_estimator.py
flashdet/solutions/traffic_flow.py
flashdet/solutions/trajectory.py
flashdet/solutions/workout_monitor.py
flashdet/trackers/__init__.py
flashdet/trackers/algorithms/__init__.py
flashdet/trackers/algorithms/botsort.py
flashdet/trackers/algorithms/bytetrack.py
flashdet/trackers/algorithms/deepsort.py
flashdet/trackers/algorithms/ocsort.py
flashdet/trackers/algorithms/sort.py
flashdet/trackers/algorithms/strongsort.py
flashdet/trackers/core/__init__.py
flashdet/trackers/core/kalman.py
flashdet/trackers/core/track.py
flashdet/trackers/core/predictors/__init__.py
flashdet/trackers/core/predictors/base.py
flashdet/trackers/core/predictors/ekf_predictor.py
flashdet/trackers/core/predictors/kalman_predictor.py
flashdet/trackers/core/predictors/kcf_predictor.py
flashdet/trackers/core/predictors/linear_predictor.py
flashdet/trackers/core/predictors/median_flow.py
flashdet/trackers/matching/__init__.py
flashdet/trackers/matching/assignment.py
flashdet/trackers/matching/cosine.py
flashdet/trackers/matching/geometry.py
flashdet/trackers/matching/giou.py
flashdet/trackers/matching/histogram.py
flashdet/trackers/matching/iou.py
flashdet/trackers/matching/mahalanobis.py
flashdet/utils/__init__.py
flashdet/utils/bbox.py
flashdet/utils/checkpoint.py
flashdet/utils/logger.py
flashdet/utils/metrics.py
flashdet/utils/torchtune_optim.py
flashdet/utils/visualization.py