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

How to read the sequence of images and obtained the gaussin? #43

Closed
vimalchawda opened this issue Nov 16, 2021 · 1 comment
Closed

How to read the sequence of images and obtained the gaussin? #43

vimalchawda opened this issue Nov 16, 2021 · 1 comment

Comments

@vimalchawda
Copy link

I have a set of images which is a number of frames of video. How to read it and work on it? Thanks I have script and code in Matlab, but I am not expert in python so want to learn it.

@m-tassano
Copy link
Owner

Hi,

I find that the question is not very clear. However, you can have at the README to have an idea on how to use the algorithm. In particular

If you want to denoise an image sequence using the pretrained model you can execute


python test_fastdvdnet.py \
	--test_path <path_to_input_sequence> \
	--noise_sigma 30 \
	--save_path results
NOTES

The image sequence should be stored under <path_to_input_sequence>
The model has been trained for values of noise in [5, 55]
run with --no_gpu to run on CPU instead of GPU
run with --save_noisy to save noisy frames
set max_num_fr_per_seq to set the max number of frames to load per sequence
to denoise clipped AWGN run with --model_file model_clipped_noise.pth
run with --help to see details on all input parameters

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