yolov10 icon indicating copy to clipboard operation
yolov10 copied to clipboard

Added video output support for gradio

Open senceryucel opened this issue 8 months ago • 1 comments

Video inputs were accepted, but only a single frame was shown as output in the Gradio interface.

I added:

  1. A flag for the input type (image/video)
  2. The display of the output video when the detection is finished.

senceryucel avatar May 29 '24 07:05 senceryucel