Skip to content

Commit 8d586e7

Browse files
committed
One more fix from today's code drop.
Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
1 parent 91691bb commit 8d586e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dali/operators/image/resize/experimental/resize_op_impl_cvcuda.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class ResizeOpImplCvCuda : public ResizeBase<GPUBackend>::Impl {
205205

206206
TensorListShape<frame_ndim> in_shape_, out_shape_;
207207
std::vector<int> frame_idx_; // map of absolute frame indices in the input TensorList
208-
int total_frames_; // number of non-empty frames
208+
int total_frames_ = 0; // number of non-empty frames
209209
std::vector<ResamplingParamsND<spatial_ndim>> params_;
210210

211211
cvcuda::HQResize resize_op_{};

0 commit comments

Comments
 (0)