Update readme.md
parent
49ae994d88
commit
4f052e83f9
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue