leon 1 tháng trước cách đây
mục cha
commit
ae8bda45f8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/infer/trt/depth/depth.hpp

+ 1 - 0
src/infer/trt/depth/depth.hpp

@@ -67,6 +67,7 @@ namespace depth
         bool load(const std::string &engine_file);
     
         virtual Result forward(const tensor::Image &image, void *stream = nullptr);
+        virtual Result forward(const tensor::Image &image, int slice_width, int slice_height, float overlap_width_ratio, float overlap_height_ratio, void *stream = nullptr);
     
 };