Update readme.md

pull/9/head
Alexey Borsky 2023-04-09 15:55:27 +03:00 committed by GitHub
parent 49ae994d88
commit 4f052e83f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,5 +38,5 @@ This script works on top of [Automatic1111/web-ui](https://github.com/AUTOMATIC1
There are several ways overall quality of animation may be improved:
* You may use a separate processing for each camera position to get a more consistent style of the characters and less ghosting.
* Because the quality of the video depends on how good optical flow was estimated it might be beneficial to use high frame rate video as a source, so it would be easier to guess the flow properly.
* The quality of flow estimation might be greatly improved with proper flow estimation model like this one: https://github.com/autonomousvision/unimatch .
* It is possible to lower VRAM requirements if precompute flows maps beforehand.
* The quality of flow estimation might be greatly improved with better flow estimation model like this one: https://github.com/autonomousvision/unimatch .
* It is possible to lower VRAM requirements if precompute flow maps beforehand.