Initial commit

This commit is contained in:
sladro 2024-12-20 02:17:38 +00:00
commit fb4c5e2af4
2 changed files with 38 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# rtsp_tensorrt
使用c++编写的,
基于TensorRT的多路视频流推理pipeline项目支持RTSP和MP4输入输出。