We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f4b95 commit e8c391fCopy full SHA for e8c391f
1 file changed
meshroom/imageSegmentation/VideoSegmentationSam3.py
@@ -365,6 +365,7 @@ def processChunk(self, chunk):
365
frameIdxToTextPrompt_fwd = [0]
366
frameIdxToTextPrompt_bwd = [frameNumber - 1]
367
max_frame_num_to_track_fwd = None
368
+ max_frame_num_to_track_bwd = None
369
if chunk.node.timeSlicing.value:
370
if chunk.node.sliceSize.value > 0 and chunk.node.sliceSize.value <= frameNumber:
371
currFrameToTextPrompt_fwd = 0
0 commit comments