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

video denoising: Failure in latter patches #27

Open
LokiXun opened this issue Nov 20, 2023 · 0 comments
Open

video denoising: Failure in latter patches #27

LokiXun opened this issue Nov 20, 2023 · 0 comments

Comments

@LokiXun
Copy link

LokiXun commented Nov 20, 2023

Hi, I am using pretrained model for video denoising. Checking the code, the model split the frames into overlapped patches to process. However, for the result, the first few patches seems to have a great result, but for the latter one it seems that the noise are not been removed and having visible edges between different patches.

Here is the 2 frames of processed results:
image

here is my command, I did not modify any code in main_test_rvrt.py. Is that the way I test was wrong?

python main_test_rvrt.py --task 006_RVRT_videodenoising_DAVIS_16frames \
    --sigma 1 \
    --folder_lq my_video_path \
    --folder_gt my_video_path  \
    --tile 0 256 256 --tile_overlap 2 20 20 \
    --save_result

Thanks

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

1 participant