rtsp_tensorrt/tests
sladro e13cb3659c feat: 初始化项目结构
- 创建基本项目结构和目录
- 添加CMake构建系统
- 实现基础的配置解析功能
- 添加YOLO推理框架支持
- 集成RTSP和视频流处理功能
- 添加性能监控和日志系统
2024-12-24 16:25:03 +08:00
..
CMakeLists.txt feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_config_parser.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +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 feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_output_manager.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_pipeline.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_preprocess.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_renderer.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +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 feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_video_writer.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00
test_yaml_config.cpp feat: 初始化项目结构 2024-12-24 16:25:03 +08:00