aikenml/data_mining
0
1# Tutorial for Image-Sequence input2 3## Zip the Image-Sequence as input for the WebUI.4**The structure of test-data-seq.zip must be like this. Please confirm that the image names are in ascending order.**5```6- test-data-seq7 - 000000.png8 - 000001.png9 - 000002.png10 - 000003.png11 ....12 - 0000xx.png13```14**Note: Please ensure that the image naming method is in ascending alphabetical order.**15 16## Use WebUI get test Image-Sequence data17### 1. Switch to the `Image-Seq type input` tab.18 19 <p align="center"><img src="./img/switch2ImgSeq.jpg" width = "600" height = "300" alt="switch2ImgSeq"/> </p>20 21### 2. Upload the test dataset or use the provided examples directly.22- 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.23- If you use the provided examples, you may need to manually extract the results by clicking the `extract` button.24- Below are examples of how to upload an Image-sequence data.25 26<p align="center"><img src="./img/upload_Image_seq.jpg" width = "600" height = "300"> <img src="./img/use_exa4ImgSeq.jpg" width = "600"></p>27 28### 3. Select fps for the output video29 30<p align="center"><img src="./img/select_fps.jpg" width = "600" height = "300"> </p>31 32### 4. You can follow the [tutorial for WebUI-1.0-Version](./tutorial%20for%20WebUI-1.0-Version.md) to obtain your result.