LICENSE
README.md
pyproject.toml
setup.cfg
src/ak_video_analyser/__init__.py
src/ak_video_analyser/__main__.py
src/ak_video_analyser/ak_video_analyser_cmd.py
src/ak_video_analyser.egg-info/PKG-INFO
src/ak_video_analyser.egg-info/SOURCES.txt
src/ak_video_analyser.egg-info/dependency_links.txt
src/ak_video_analyser.egg-info/requires.txt
src/ak_video_analyser.egg-info/top_level.txt
src/ak_video_analyser/ak_video_analyser/conf/my_app_config.conf
src/ak_video_analyser/ak_video_analyser/conf/trained_model/YOLOv8/best.pt
src/camera_management_s/__init__.py
src/camera_management_s/camera_parameters.py
src/camera_management_s/camera_parameters_selector.py
src/camera_management_s/test/__init__.py
src/camera_management_s/test/test_calibration.py
src/camera_management_s/test/test_camera_parameters.py
src/data_features_processor/__init__.py
src/data_features_processor/data_features_config.py
src/data_features_processor/features_extraction.py
src/data_features_processor/test/__init__.py
src/data_features_processor/test/test_data_feature_config.py
src/data_features_processor/test/test_features_extraction.py
src/data_features_processor/test/test_features_extraction_mask.py
src/dataset_management/__init__.py
src/dataset_management/dataset_config.py
src/dataset_management/dataset_manager.py
src/dataset_management/filename_decoder.py
src/dataset_management/pascal_voc_parser.py
src/dataset_management/test/__init__.py
src/dataset_management/test/test_dataset_config.py
src/dataset_management/test/test_dataset_manager.py
src/dataset_management/test/test_filename_decoder.py
src/dataset_management/test/test_pascal_voc_parser.py
src/dataset_management/test/test_suite_dataset_management.py
src/depth_estimation_s/__init__.py
src/depth_estimation_s/depth_estimation_methods.py
src/depth_estimation_s/depth_estimation_methods_selector.py
src/depth_estimation_s/test/__init__.py
src/depth_estimation_s/test/test_depth_estimation.py
src/depth_estimation_s/test/test_depth_estimation_mask.py
src/filters_v/__init__.py
src/filters_v/depth_filter.py
src/filters_v/obj_filters.py
src/filters_v/obj_filters_02.py
src/filters_v/test/__init__.py
src/filters_v/test/test_depth_filter.py
src/filters_v/test/test_obj_filters.py
src/filters_v/test/test_obj_filters_02.py
src/gui_analyser/__init__.py
src/gui_analyser/gui_app_about_window.py
src/gui_analyser/gui_app_help_window.py
src/gui_analyser/gui_app_main_window_02.py
src/gui_analyser/gui_video_analyser_config.py
src/gui_analyser/assets/icon_app.png
src/gui_analyser/assets/logo_app.png
src/gui_analyser/assets/logo_collaborators.png
src/gui_analyser/assets/logo_grap.png
src/gui_analyser/assets/logo_help.png
src/helpers/__init__.py
src/helpers/helper_filesystem.py
src/helpers/helper_load_config.py
src/helpers/helper_validation.py
src/object_detection/__init__.py
src/object_detection/detector_model_selector.py
src/object_detection/generic_detector_bbox.py
src/object_detection/generic_detector_mask.py
src/object_detection/generic_detector_yolov8_mask.py
src/object_detection/generic_model_helper.py
src/object_detection/object_detector_config.py
src/object_detection/object_detector_yolov8_config.py
src/object_detection/references/__init__.py
src/object_detection/references/detection/__init__.py
src/object_detection/references/detection/coco_eval.py
src/object_detection/references/detection/coco_utils.py
src/object_detection/references/detection/engine.py
src/object_detection/references/detection/transforms.py
src/object_detection/references/detection/utils.py
src/object_detection/test/__init__.py
src/object_detection/test/temporal_vector.py
src/object_detection/test/test_object_detector_bbox.py
src/object_detection/test/test_object_detector_config.py
src/object_detection/test/test_object_detector_mask.py
src/screen_layout_s/TODO_SCREEN.md
src/screen_layout_s/__init__.py
src/screen_layout_s/draw_screen_helpers.py
src/screen_layout_s/test/__init__.py
src/screen_layout_s/test/test_dataset_draw_circle_enclosing.py
src/screen_layout_s/test/test_dataset_draw_circle_fitting.py
src/screen_layout_s/test/test_dataset_draw_ellipses.py
src/screen_layout_s/test/test_dataset_draw_masks.py
src/screen_layout_s/test/test_dataset_draw_parameters.py
src/screen_layout_s/test/test_dataset_draw_rectangles.py
src/screen_layout_s/test/test_dataset_draw_rotate_rectangles.py
src/screen_layout_s/test/test_draw_ellipses.py
src/screen_layout_s/test/test_draw_screen.py
src/screen_layout_s/test/test_mask_segmentation.py
src/screen_layout_v/TODO_SCREEN.md
src/screen_layout_v/__init__.py
src/screen_layout_v/draw_prediction_screen.py
src/screen_layout_v/draw_screen_selector.py
src/screen_layout_v/information_containers.py
src/screen_layout_v/test/__init__.py
src/screen_layout_v/test/test_prediction_screen.py
src/size_estimation_s/__init__.py
src/size_estimation_s/image_processing.py
src/size_estimation_s/roi_selector.py
src/size_estimation_s/shape_fitting_methods.py
src/size_estimation_s/size_estimation_methods.py
src/size_estimation_s/size_estimation_methods_selector.py
src/size_estimation_s/test/__init__.py
src/size_estimation_s/test/test_shape_fitting_methods.py
src/size_estimation_s/test/test_size_estimation_px_bbox.py
src/size_estimation_s/test/test_size_estimation_px_mask.py
src/video_analysis_v/__init__.py
src/video_analysis_v/video_analyser_config2.py
src/video_analysis_v/video_analyser_config_yolov8.py
src/video_analysis_v/video_analyser_framework.py
src/video_analysis_v/video_analyser_framework_yolov8.py
src/video_analysis_v/test/__init__.py
src/video_analysis_v/test/temporal_p.py
src/video_analysis_v/test/test_video_analyser_2.py
src/video_analysis_v/test/test_video_analyser_config.py
src/video_analysis_v/test/data_video_extraction/__init__.py
src/video_analysis_v/video_helpers/__init__.py
src/video_analysis_v/video_helpers/helpers.py
src/weight_prediction_s/__init__.py
src/weight_prediction_s/weight_prediction_methods.py
src/weight_prediction_s/weight_prediction_methods_selector.py
src/weight_prediction_s/test/__init__.py
src/weight_prediction_s/test/test_weight_prediction.py