leon před 1 měsícem
rodič
revize
ae8bda45f8
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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);
     
 };