Skip to content

Commit e8c391f

Browse files
committed
bugfix VideoSegmentationSam3
1 parent d5f4b95 commit e8c391f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meshroom/imageSegmentation/VideoSegmentationSam3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ def processChunk(self, chunk):
365365
frameIdxToTextPrompt_fwd = [0]
366366
frameIdxToTextPrompt_bwd = [frameNumber - 1]
367367
max_frame_num_to_track_fwd = None
368+
max_frame_num_to_track_bwd = None
368369
if chunk.node.timeSlicing.value:
369370
if chunk.node.sliceSize.value > 0 and chunk.node.sliceSize.value <= frameNumber:
370371
currFrameToTextPrompt_fwd = 0

0 commit comments

Comments
 (0)