Segment-And-Track-Anything-Model_dup / tutorial /tutorial for Image-Sequence input.md
aikenml's picture
Upload folder using huggingface_hub
c985ba4

A newer version of the Gradio SDK is available: 4.37.2

Upgrade

Tutorial for Image-Sequence input

Zip the Image-Sequence as input for the WebUI.

The structure of test-data-seq.zip must be like this. Please confirm that the image names are in ascending order.

- test-data-seq
    - 000000.png
    - 000001.png
    - 000002.png
    - 000003.png
    ....
    - 0000xx.png

Note: Please ensure that the image naming method is in ascending alphabetical order.

Use WebUI get test Image-Sequence data

1. Switch to the Image-Seq type input tab.

switch2ImgSeq

2. Upload the test dataset or use the provided examples directly.

  • Once the test dataset has finished uploading, the WebUI will automatically extract the first frame and display it in the Segment result of first frame component.
  • If you use the provided examples, you may need to manually extract the results by clicking the extract button.
  • Below are examples of how to upload an Image-sequence data.

3. Select fps for the output video

4. You can follow the tutorial for WebUI-1.0-Version to obtain your result.