File size: 804 Bytes
eaccf59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Put your post-processing tools or linkings here.

The directory layout should be like:

tools
β”œβ”€β”€ install.cmd
β”œβ”€β”€ link.cmd
β”œβ”€β”€ busybox.exe
β”œβ”€β”€ realesrgan-ncnn-vulkan
β”‚   β”œβ”€β”€ realesrgan-ncnn-vulkan.exe      # executable
β”‚   └── models                          # model checkpoints
β”‚       β”œβ”€β”€ *.bin
β”‚    Β Β  β”œβ”€β”€ *.param
β”‚    Β Β  └── *.pth
β”œβ”€β”€ rife-ncnn-vulkan
β”‚   β”œβ”€β”€ rife-ncnn-vulkan.exe            # executable
β”‚   └── rife*                           # model checkpoints
β”‚    Β Β  β”œβ”€β”€ *.bin
β”‚    Β Β  β”œβ”€β”€ *.param
β”‚    Β Β  └── *.pth
└── ffmpeg
    └── bin
    Β Β   β”œβ”€β”€ ffmpeg.exe                  # executable
    Β Β   β”œβ”€β”€ ffplay.exe
    Β Β   └── ffprobe.exe