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/plots.py
flashdet/analytics/profiler.py
flashdet/cfg/__init__.py
flashdet/cfg/config.py
flashdet/data/__init__.py
flashdet/data/dataloader.py
flashdet/data/dataset.py
flashdet/data/prepare.py
flashdet/data/transforms.py
flashdet/engine/__init__.py
flashdet/engine/callbacks.py
flashdet/engine/exporter.py
flashdet/engine/predictor.py
flashdet/engine/trainer.py
flashdet/engine/validator.py
flashdet/losses/__init__.py
flashdet/losses/chunked_loss.py
flashdet/losses/focal_loss.py
flashdet/losses/iou_loss.py
flashdet/losses/kd_loss.py
flashdet/models/__init__.py
flashdet/models/detector.py
flashdet/models/lora.py
flashdet/models/assignment/__init__.py
flashdet/models/assignment/dsl_assigner.py
flashdet/models/backbone/__init__.py
flashdet/models/backbone/shufflenet.py
flashdet/models/head/__init__.py
flashdet/models/head/aux_head.py
flashdet/models/head/nanodet_head.py
flashdet/models/neck/__init__.py
flashdet/models/neck/conv_module.py
flashdet/models/neck/ghost_pan.py
flashdet/nn/__init__.py
flashdet/solutions/__init__.py
flashdet/solutions/analytics_dashboard.py
flashdet/solutions/distance_calculator.py
flashdet/solutions/heatmap.py
flashdet/solutions/live_inference.py
flashdet/solutions/object_counter.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/workout_monitor.py
flashdet/trackers/__init__.py
flashdet/trackers/bot_sort.py
flashdet/trackers/byte_tracker.py
flashdet/trackers/sort_tracker.py
flashdet/utils/__init__.py
flashdet/utils/box_utils.py
flashdet/utils/checkpoint.py
flashdet/utils/logger.py
flashdet/utils/metrics.py
flashdet/utils/torchtune_optim.py
flashdet/utils/visualization.py
tests/test_callbacks.py
tests/test_models.py
tests/test_registry.py
tests/test_trackers.py