Quazim0t0 commited on
Commit
548d1aa
·
verified ·
1 Parent(s): 0eb3a31

Upload 51 files

Browse files
src/components/MultiSourceCaptioningView.tsx CHANGED
@@ -505,7 +505,7 @@ export default function MultiSourceCaptioningView() {
505
  const output = results[session.outputNames[0]];
506
  const detections = postprocessYoloOutput(output);
507
  lastYoloBoxesRef.current = detections;
508
- // Run FastVLM on the full frame (not boxes)
509
  await runInference(processingVideo, prompt, (output: string) => {
510
  setDebugOutput(output);
511
  });
 
505
  const output = results[session.outputNames[0]];
506
  const detections = postprocessYoloOutput(output);
507
  lastYoloBoxesRef.current = detections;
508
+ // Run FastVLM on the full frame (wait for YOLOv8 to finish)
509
  await runInference(processingVideo, prompt, (output: string) => {
510
  setDebugOutput(output);
511
  });