Commit 3f4d0cf
Submodule easy_deploy_tool updated 57 files
- .clang-format+2-2
- .github/workflows/Compilation.yml+4-4
- .github/workflows/ImageBuild.yml+15-16
- .github/workflows/Lint.yml+26
- .pre-commit-config.yaml+30
- CMakeLists.txt+3-3
- README.md+16-16
- deploy_core/CMakeLists.txt+2-2
- deploy_core/README.md+13-14
- deploy_core/include/deploy_core/async_pipeline.h+5-4
- deploy_core/include/deploy_core/async_pipeline_impl.h+4-3
- deploy_core/include/deploy_core/base_detection.h+6-7
- deploy_core/include/deploy_core/base_infer_core.h+25-24
- deploy_core/include/deploy_core/base_sam.h+6-7
- deploy_core/include/deploy_core/base_stereo.h+14-13
- deploy_core/include/deploy_core/blob_buffer.h+76-110
- deploy_core/include/deploy_core/block_queue.h+13-9
- deploy_core/include/deploy_core/common_defination.h+10-1
- deploy_core/include/deploy_core/wrapper.h+1-1
- deploy_core/src/base_detection.cpp+7-7
- deploy_core/src/base_infer_core.cpp+6-6
- deploy_core/src/base_mono_stereo.cpp+2-2
- deploy_core/src/base_sam.cpp+1-1
- deploy_core/src/base_stereo.cpp+2-2
- deploy_utils/image_processing_utils/CMakeLists.txt+5-5
- deploy_utils/image_processing_utils/include/detection_2d_util/detection_2d_util.h+3-2
- deploy_utils/image_processing_utils/src/detection_2d_cuda_preprocess.cu+1-1
- deploy_utils/image_processing_utils/src/detection_2d_postprocess_cpu.cpp+1-1
- deploy_utils/image_processing_utils/src/detection_2d_preprocess_cpu.cpp+4-9
- deploy_utils/image_processing_utils/src/detection_2d_preprocess_cuda.cpp+5-9
- doc/EnviromentSetup.md+2-2
- doc/HowToDeployModels.md+6-6
- docker/build_docker.sh+3-3
- docker/easy_deploy_startup.sh+8-8
- docker/jetson_tensorrt_trt8_u2004.dockerfile+1-1
- docker/jetson_tensorrt_trt8_u2204.dockerfile+1-1
- docker/nvidia_gpu_tensorrt_trt8_u2004.dockerfile+5-5
- docker/nvidia_gpu_tensorrt_trt8_u2204.dockerfile+1-1
- docker/rknn_230_u2204.dockerfile+2-2
- inference_core/CMakeLists.txt+1-1
- inference_core/ort_core/CMakeLists.txt+4-4
- inference_core/ort_core/include/ort_core/ort_core.h+9-9
- inference_core/ort_core/src/ort_blob_buffer.hpp+146
- inference_core/ort_core/src/ort_core.cpp+116-246
- inference_core/ort_core/src/ort_core_factory.cpp+5-5
- inference_core/rknn_core/CMakeLists.txt+2-2
- inference_core/rknn_core/include/rknn_core/rknn_core.h+1-1
- inference_core/rknn_core/src/rknn_blob_buffer.hpp+145
- inference_core/rknn_core/src/rknn_core.cpp+122-288
- inference_core/rknn_core/src/rknn_core_factory.cpp+1-1
- inference_core/trt_core/CMakeLists.txt+3-3
- inference_core/trt_core/include/trt_core/trt_core.h+8-8
- inference_core/trt_core/src/trt_blob_buffer.hpp+112-177
- inference_core/trt_core/src/trt_core.cpp+106-156
- inference_core/trt_core/src/trt_core_factory.cpp+5-5
- tools/rk3588_echo_npu_usage.sh+1-1
- tools/rk3588_max_performance.sh+1-1
0 commit comments