rtsp_tensorrt/tests
2024-12-24 17:33:34 +08:00
..
CMakeLists.txt Initial commit of TensorRT Pipeline project, including core components for video stream inference. Added configuration files, build scripts, and basic structure for input, output, and processing modules. Implemented logging and error handling mechanisms. Included example usage and testing framework setup. 2024-12-24 16:26:41 +08:00
test_base.hpp Initial commit of TensorRT Pipeline project, including core components for video stream inference. Added configuration files, build scripts, and basic structure for input, output, and processing modules. Implemented logging and error handling mechanisms. Included example usage and testing framework setup. 2024-12-24 16:26:41 +08:00
test_config_parser.cpp Remove deprecated config.yaml file and update README to reflect new configuration structure. Enhance input/output mapping functionality in InputManager and add validation for unique source and target names in YamlConfigParser. Update tests to cover new output target mapping features and ensure backward compatibility with previous configuration formats. 2024-12-24 17:33:34 +08:00
test_cuda_helper.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_frame_drawer.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_frame_queue.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_input_manager.cpp Remove deprecated config.yaml file and update README to reflect new configuration structure. Enhance input/output mapping functionality in InputManager and add validation for unique source and target names in YamlConfigParser. Update tests to cover new output target mapping features and ensure backward compatibility with previous configuration formats. 2024-12-24 17:33:34 +08:00
test_output_manager.cpp Initial commit of TensorRT Pipeline project, including core components for video stream inference. Added configuration files, build scripts, and basic structure for input, output, and processing modules. Implemented logging and error handling mechanisms. Included example usage and testing framework setup. 2024-12-24 16:26:41 +08:00
test_pipeline.cpp Initial commit of TensorRT Pipeline project, including core components for video stream inference. Added configuration files, build scripts, and basic structure for input, output, and processing modules. Implemented logging and error handling mechanisms. Included example usage and testing framework setup. 2024-12-24 16:26:41 +08:00
test_preprocess.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_renderer.cpp Initial commit of TensorRT Pipeline project, including core components for video stream inference. Added configuration files, build scripts, and basic structure for input, output, and processing modules. Implemented logging and error handling mechanisms. Included example usage and testing framework setup. 2024-12-24 16:26:41 +08:00
test_rtsp_reader.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_rtsp_writer.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_trt_inference.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_video_reader.cpp Initial commit of TensorRT Pipeline project, including core components for video stream inference. Added configuration files, build scripts, and basic structure for input, output, and processing modules. Implemented logging and error handling mechanisms. Included example usage and testing framework setup. 2024-12-24 16:26:41 +08:00
test_video_writer.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_yaml_config.cpp Remove deprecated config.yaml file and update README to reflect new configuration structure. Enhance input/output mapping functionality in InputManager and add validation for unique source and target names in YamlConfigParser. Update tests to cover new output target mapping features and ensure backward compatibility with previous configuration formats. 2024-12-24 17:33:34 +08:00