-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
847ff9a
commit 34e51f3
Showing
9 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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 | ||
- 0.png | ||
- 1.png | ||
- 2.png | ||
- 3.png | ||
.... | ||
- x.png | ||
``` | ||
|
||
## Use WebUI get test Image-Sequence data | ||
### 1. Switch to the `Image-Seq type input` tab. | ||
|
||
<p align="center"><img src="./img/switch2ImgSeq.jpg" width = "600" height = "300" alt="switch2ImgSeq"/> </p> | ||
|
||
### 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. | ||
|
||
<p align="center"><img src="./img/upload_Image_seq.jpg" width = "600" height = "300"> <img src="./img/use_exa4ImgSeq.jpg" width = "600"></p> | ||
|
||
### 3. Select fps for the output video | ||
|
||
<p align="center"><img src="./img/select_fps.jpg" width = "600" height = "300"> </p> | ||
|
||
### 4. You can follow the [tutorial for WebUI-1.0-Version](./tutorial%20for%20WebUI-1.0-Version.md) to obtain your result. |
2 changes: 1 addition & 1 deletion
2
tutorial/1.0-Version.md → tutorial/tutorial for WebUI-1.0-Version.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters