pta / tools /README.txt
ddoc's picture
Upload 36 files
d9f3559
raw
history blame contribute delete
804 Bytes
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