Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will it be able to deduplicate Anime frames? #11

Open
bukhalmae145 opened this issue Apr 23, 2024 · 7 comments
Open

Will it be able to deduplicate Anime frames? #11

bukhalmae145 opened this issue Apr 23, 2024 · 7 comments

Comments

@bukhalmae145
Copy link

Will it be possible to deduplicate anime frames and interpolate it into full frames using the repository below?
https://github.com/hyw-dev/AFI-ForwardDeduplicate

@TNTwise
Copy link
Owner

TNTwise commented Apr 24, 2024

I could try to add something like that, as it is similar to gmfss. I will look into it, but gmfss support in RVE is shaky to begin with, as the CUPY dependency is too large to package with the app reasonably.

@bukhalmae145
Copy link
Author

I could try to add something like that, as it is similar to gmfss. I will look into it, but gmfss support in RVE is shaky to begin with, as the CUPY dependency is too large to package with the app reasonably.

It would be great if REAL-Video-Enhancer supports deduplication.

When the app extracts frames, it is 16 bits RGB png but it would be reasonable for the storage if its encoded into 8 bits RGB png, because RIFE generates 8 bits.

@TNTwise
Copy link
Owner

TNTwise commented Apr 24, 2024

I thought it was 8 bit png.

@TNTwise
Copy link
Owner

TNTwise commented Apr 24, 2024

You could try rife cuda if you have an Nvidia card, if not I am planning to attempt to remove the need for frame extraction on most of the ncnn modules

@bukhalmae145
Copy link
Author

You could try rife cuda if you have an Nvidia card, if not I am planning to attempt to remove the need for frame extraction on most of the ncnn modules

What about using this: https://github.com/NevermindNilas/TheAnimeScripter/blob/main/src/dedup/dedup.py

@TNTwise
Copy link
Owner

TNTwise commented Apr 24, 2024

That seems to just say if a frame is a duplicate, there is a lot of funny stuff when deduping frames, very hacky. I'll look into all different ways when I have the time

@bukhalmae145
Copy link
Author

That seems to just say if a frame is a duplicate, there is a lot of funny stuff when deduping frames, very hacky. I'll look into all different ways when I have the time

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants