|
@@ -145,8 +145,6 @@ Result DepthModelImpl::forward(const tensor::Image &image, void *stream)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
- adjust_memory(image.width, image.height);
|
|
|
-
|
|
|
postprocess(image.width, image.height, stream);
|
|
|
|
|
|
checkRuntime(cudaMemcpyAsync(depth_map_buffer_.cpu(), depth_map_buffer_.gpu(),
|